Interface PrivateGraphEndpointSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PrivateGraphEndpointSummary.Builder,PrivateGraphEndpointSummary>,SdkBuilder<PrivateGraphEndpointSummary.Builder,PrivateGraphEndpointSummary>,SdkPojo
- Enclosing class:
- PrivateGraphEndpointSummary
public static interface PrivateGraphEndpointSummary.Builder extends SdkPojo, CopyableBuilder<PrivateGraphEndpointSummary.Builder,PrivateGraphEndpointSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrivateGraphEndpointSummary.Builderstatus(String status)The status of the private graph endpoint.PrivateGraphEndpointSummary.Builderstatus(PrivateGraphEndpointStatus status)The status of the private graph endpoint.PrivateGraphEndpointSummary.BuildersubnetIds(String... subnetIds)The subnet IDs associated with the private graph endpoint.PrivateGraphEndpointSummary.BuildersubnetIds(Collection<String> subnetIds)The subnet IDs associated with the private graph endpoint.PrivateGraphEndpointSummary.BuildervpcEndpointId(String vpcEndpointId)The ID of the VPC endpoint.PrivateGraphEndpointSummary.BuildervpcId(String vpcId)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, sdkFields
-
-
-
-
Method Detail
-
vpcId
PrivateGraphEndpointSummary.Builder vpcId(String 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
PrivateGraphEndpointSummary.Builder subnetIds(Collection<String> 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
PrivateGraphEndpointSummary.Builder subnetIds(String... 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
PrivateGraphEndpointSummary.Builder status(String 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:
PrivateGraphEndpointStatus,PrivateGraphEndpointStatus
-
status
PrivateGraphEndpointSummary.Builder status(PrivateGraphEndpointStatus 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:
PrivateGraphEndpointStatus,PrivateGraphEndpointStatus
-
vpcEndpointId
PrivateGraphEndpointSummary.Builder vpcEndpointId(String 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.
-
-