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
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the domain associated with the endpoint.The current status of the endpoint.status
(VpcEndpointStatus status) The current status of the endpoint.vpcEndpointId
(String vpcEndpointId) The unique identifier of the endpoint.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 Details
-
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
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
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
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:
-
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:
-