Interface VpcEndpointSummary.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<VpcEndpointSummary.Builder,VpcEndpointSummary>
,SdkBuilder<VpcEndpointSummary.Builder,VpcEndpointSummary>
,SdkPojo
- Enclosing class:
- VpcEndpointSummary
public static interface VpcEndpointSummary.Builder extends SdkPojo, CopyableBuilder<VpcEndpointSummary.Builder,VpcEndpointSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VpcEndpointSummary.Builder
domainArn(String domainArn)
The Amazon Resource Name (ARN) of the domain associated with the endpoint.VpcEndpointSummary.Builder
status(String status)
The current status of the endpoint.VpcEndpointSummary.Builder
status(VpcEndpointStatus status)
The current status of the endpoint.VpcEndpointSummary.Builder
vpcEndpointId(String vpcEndpointId)
The unique identifier of the endpoint.VpcEndpointSummary.Builder
vpcEndpointOwner(String vpcEndpointOwner)
The creator of the endpoint.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
vpcEndpointId
VpcEndpointSummary.Builder vpcEndpointId(String vpcEndpointId)
The unique identifier of the endpoint.
- Parameters:
vpcEndpointId
- The unique identifier of the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcEndpointOwner
VpcEndpointSummary.Builder vpcEndpointOwner(String vpcEndpointOwner)
The creator of the endpoint.
- Parameters:
vpcEndpointOwner
- The creator of the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainArn
VpcEndpointSummary.Builder domainArn(String domainArn)
The Amazon Resource Name (ARN) of the domain associated with the endpoint.
- Parameters:
domainArn
- The Amazon Resource Name (ARN) of the domain associated with the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
VpcEndpointSummary.Builder status(String status)
The current status of the endpoint.
- Parameters:
status
- The current status of the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VpcEndpointStatus
,VpcEndpointStatus
-
status
VpcEndpointSummary.Builder status(VpcEndpointStatus status)
The current status of the endpoint.
- Parameters:
status
- The current status of the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VpcEndpointStatus
,VpcEndpointStatus
-
-