Interface PrivateGraphEndpointSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PrivateGraphEndpointSummary.Builder,
,PrivateGraphEndpointSummary> SdkBuilder<PrivateGraphEndpointSummary.Builder,
,PrivateGraphEndpointSummary> SdkPojo
- Enclosing class:
PrivateGraphEndpointSummary
@Mutable
@NotThreadSafe
public static interface PrivateGraphEndpointSummary.Builder
extends SdkPojo, CopyableBuilder<PrivateGraphEndpointSummary.Builder,PrivateGraphEndpointSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe status of the private graph endpoint.status
(PrivateGraphEndpointStatus status) The status of the private graph endpoint.The subnet IDs associated with the private graph endpoint.subnetIds
(Collection<String> subnetIds) The subnet IDs associated with the private graph endpoint.vpcEndpointId
(String vpcEndpointId) The ID of the VPC endpoint.The ID of the VPC in which the private graph endpoint is located.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 Details
-
vpcId
The ID of the VPC in which the private graph endpoint is located.
- Parameters:
vpcId
- The ID of the VPC in which the private graph endpoint is located.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
The subnet IDs associated with the private graph endpoint.
- Parameters:
subnetIds
- The subnet IDs associated with the private graph endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
The subnet IDs associated with the private graph endpoint.
- Parameters:
subnetIds
- The subnet IDs associated with the private graph endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the private graph endpoint.
- Parameters:
status
- The status of the private graph endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the private graph endpoint.
- Parameters:
status
- The status of the private graph endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
vpcEndpointId
The ID of the VPC endpoint.
- Parameters:
vpcEndpointId
- The ID of the VPC endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-