Interface CreatePrivateGraphEndpointRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreatePrivateGraphEndpointRequest.Builder,
,CreatePrivateGraphEndpointRequest> NeptuneGraphRequest.Builder
,SdkBuilder<CreatePrivateGraphEndpointRequest.Builder,
,CreatePrivateGraphEndpointRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreatePrivateGraphEndpointRequest
@Mutable
@NotThreadSafe
public static interface CreatePrivateGraphEndpointRequest.Builder
extends NeptuneGraphRequest.Builder, SdkPojo, CopyableBuilder<CreatePrivateGraphEndpointRequest.Builder,CreatePrivateGraphEndpointRequest>
-
Method Summary
Modifier and TypeMethodDescriptiongraphIdentifier
(String graphIdentifier) The unique identifier of the Neptune Analytics graph.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Subnets in which private graph endpoint ENIs are created.subnetIds
(Collection<String> subnetIds) Subnets in which private graph endpoint ENIs are created.The VPC in which the private graph endpoint needs to be created.vpcSecurityGroupIds
(String... vpcSecurityGroupIds) Security groups to be attached to the private graph endpoint..vpcSecurityGroupIds
(Collection<String> vpcSecurityGroupIds) Security groups to be attached to the private graph endpoint..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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreatePrivateGraphEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-