Interface DeleteVpcEndpointDetail.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DeleteVpcEndpointDetail.Builder,DeleteVpcEndpointDetail>,SdkBuilder<DeleteVpcEndpointDetail.Builder,DeleteVpcEndpointDetail>,SdkPojo
- Enclosing class:
- DeleteVpcEndpointDetail
public static interface DeleteVpcEndpointDetail.Builder extends SdkPojo, CopyableBuilder<DeleteVpcEndpointDetail.Builder,DeleteVpcEndpointDetail>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteVpcEndpointDetail.Builderid(String id)The unique identifier of the endpoint.DeleteVpcEndpointDetail.Buildername(String name)The name of the endpoint.DeleteVpcEndpointDetail.Builderstatus(String status)The current status of the endpoint deletion process.DeleteVpcEndpointDetail.Builderstatus(VpcEndpointStatus status)The current status of the endpoint deletion process.-
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
DeleteVpcEndpointDetail.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
DeleteVpcEndpointDetail.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
DeleteVpcEndpointDetail.Builder status(String status)
The current status of the endpoint deletion process.
- Parameters:
status- The current status of the endpoint deletion process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VpcEndpointStatus,VpcEndpointStatus
-
status
DeleteVpcEndpointDetail.Builder status(VpcEndpointStatus status)
The current status of the endpoint deletion process.
- Parameters:
status- The current status of the endpoint deletion process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VpcEndpointStatus,VpcEndpointStatus
-
-