Interface DeletePrivateGraphEndpointRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeletePrivateGraphEndpointRequest.Builder,DeletePrivateGraphEndpointRequest>,NeptuneGraphRequest.Builder,SdkBuilder<DeletePrivateGraphEndpointRequest.Builder,DeletePrivateGraphEndpointRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeletePrivateGraphEndpointRequest
public static interface DeletePrivateGraphEndpointRequest.Builder extends NeptuneGraphRequest.Builder, SdkPojo, CopyableBuilder<DeletePrivateGraphEndpointRequest.Builder,DeletePrivateGraphEndpointRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeletePrivateGraphEndpointRequest.BuildergraphIdentifier(String graphIdentifier)The unique identifier of the Neptune Analytics graph.DeletePrivateGraphEndpointRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeletePrivateGraphEndpointRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeletePrivateGraphEndpointRequest.BuildervpcId(String vpcId)The ID of the VPC where the private endpoint is located.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.neptunegraph.model.NeptuneGraphRequest.Builder
build
-
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
-
graphIdentifier
DeletePrivateGraphEndpointRequest.Builder graphIdentifier(String graphIdentifier)
The unique identifier of the Neptune Analytics graph.
- Parameters:
graphIdentifier- The unique identifier of the Neptune Analytics graph.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcId
DeletePrivateGraphEndpointRequest.Builder vpcId(String vpcId)
The ID of the VPC where the private endpoint is located.
- Parameters:
vpcId- The ID of the VPC where the private endpoint is located.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeletePrivateGraphEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeletePrivateGraphEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-