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.Builderid(String id)The unique identifier of the endpoint.VpcEndpointSummary.Buildername(String name)The name of the endpoint.VpcEndpointSummary.Builderstatus(String status)The current status of the endpoint.VpcEndpointSummary.Builderstatus(VpcEndpointStatus status)The current status 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
id
VpcEndpointSummary.Builder id(String id)
The unique identifier of the endpoint.
- Parameters:
id- The unique identifier of the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
VpcEndpointSummary.Builder name(String name)
The name of the endpoint.
- Parameters:
name- The name of 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
-
-