Interface CreatePrivateGraphEndpointRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreatePrivateGraphEndpointRequest.Builder,CreatePrivateGraphEndpointRequest>,NeptuneGraphRequest.Builder,SdkBuilder<CreatePrivateGraphEndpointRequest.Builder,CreatePrivateGraphEndpointRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreatePrivateGraphEndpointRequest
public static interface CreatePrivateGraphEndpointRequest.Builder extends NeptuneGraphRequest.Builder, SdkPojo, CopyableBuilder<CreatePrivateGraphEndpointRequest.Builder,CreatePrivateGraphEndpointRequest>
-
-
Method Summary
-
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
CreatePrivateGraphEndpointRequest.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
CreatePrivateGraphEndpointRequest.Builder vpcId(String vpcId)
The VPC in which the private graph endpoint needs to be created.
- Parameters:
vpcId- The VPC in which the private graph endpoint needs to be created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
CreatePrivateGraphEndpointRequest.Builder subnetIds(Collection<String> subnetIds)
Subnets in which private graph endpoint ENIs are created.
- Parameters:
subnetIds- Subnets in which private graph endpoint ENIs are created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
CreatePrivateGraphEndpointRequest.Builder subnetIds(String... subnetIds)
Subnets in which private graph endpoint ENIs are created.
- Parameters:
subnetIds- Subnets in which private graph endpoint ENIs are created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcSecurityGroupIds
CreatePrivateGraphEndpointRequest.Builder vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
Security groups to be attached to the private graph endpoint..
- Parameters:
vpcSecurityGroupIds- Security groups to be attached to the private graph endpoint..- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcSecurityGroupIds
CreatePrivateGraphEndpointRequest.Builder vpcSecurityGroupIds(String... vpcSecurityGroupIds)
Security groups to be attached to the private graph endpoint..
- Parameters:
vpcSecurityGroupIds- Security groups to be attached to the private graph endpoint..- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreatePrivateGraphEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreatePrivateGraphEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-