Interface DeletePrivateGraphEndpointResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeletePrivateGraphEndpointResponse.Builder,DeletePrivateGraphEndpointResponse>,NeptuneGraphResponse.Builder,SdkBuilder<DeletePrivateGraphEndpointResponse.Builder,DeletePrivateGraphEndpointResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeletePrivateGraphEndpointResponse
public static interface DeletePrivateGraphEndpointResponse.Builder extends NeptuneGraphResponse.Builder, SdkPojo, CopyableBuilder<DeletePrivateGraphEndpointResponse.Builder,DeletePrivateGraphEndpointResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeletePrivateGraphEndpointResponse.Builderstatus(String status)The status of the delete operation.DeletePrivateGraphEndpointResponse.Builderstatus(PrivateGraphEndpointStatus status)The status of the delete operation.DeletePrivateGraphEndpointResponse.BuildersubnetIds(String... subnetIds)The subnet IDs involved.DeletePrivateGraphEndpointResponse.BuildersubnetIds(Collection<String> subnetIds)The subnet IDs involved.DeletePrivateGraphEndpointResponse.BuildervpcEndpointId(String vpcEndpointId)The ID of the VPC endpoint that was deleted.DeletePrivateGraphEndpointResponse.BuildervpcId(String vpcId)The ID of the VPC where the private endpoint was deleted.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.neptunegraph.model.NeptuneGraphResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
vpcId
DeletePrivateGraphEndpointResponse.Builder vpcId(String vpcId)
The ID of the VPC where the private endpoint was deleted.
- Parameters:
vpcId- The ID of the VPC where the private endpoint was deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
DeletePrivateGraphEndpointResponse.Builder subnetIds(Collection<String> subnetIds)
The subnet IDs involved.
- Parameters:
subnetIds- The subnet IDs involved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
DeletePrivateGraphEndpointResponse.Builder subnetIds(String... subnetIds)
The subnet IDs involved.
- Parameters:
subnetIds- The subnet IDs involved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
DeletePrivateGraphEndpointResponse.Builder status(String status)
The status of the delete operation.
- Parameters:
status- The status of the delete operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PrivateGraphEndpointStatus,PrivateGraphEndpointStatus
-
status
DeletePrivateGraphEndpointResponse.Builder status(PrivateGraphEndpointStatus status)
The status of the delete operation.
- Parameters:
status- The status of the delete operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PrivateGraphEndpointStatus,PrivateGraphEndpointStatus
-
vpcEndpointId
DeletePrivateGraphEndpointResponse.Builder vpcEndpointId(String vpcEndpointId)
The ID of the VPC endpoint that was deleted.
- Parameters:
vpcEndpointId- The ID of the VPC endpoint that was deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-