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