Interface UpdateGraphRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateGraphRequest.Builder,UpdateGraphRequest>,NeptuneGraphRequest.Builder,SdkBuilder<UpdateGraphRequest.Builder,UpdateGraphRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateGraphRequest
public static interface UpdateGraphRequest.Builder extends NeptuneGraphRequest.Builder, SdkPojo, CopyableBuilder<UpdateGraphRequest.Builder,UpdateGraphRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateGraphRequest.BuilderdeletionProtection(Boolean deletionProtection)A value that indicates whether the graph has deletion protection enabled.UpdateGraphRequest.BuildergraphIdentifier(String graphIdentifier)The unique identifier of the Neptune Analytics graph.UpdateGraphRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateGraphRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateGraphRequest.BuilderprovisionedMemory(Integer provisionedMemory)The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.UpdateGraphRequest.BuilderpublicConnectivity(Boolean publicConnectivity)Specifies whether or not the graph can be reachable over the internet.-
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
UpdateGraphRequest.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.
-
publicConnectivity
UpdateGraphRequest.Builder publicConnectivity(Boolean publicConnectivity)
Specifies whether or not the graph can be reachable over the internet. All access to graphs is IAM authenticated. (
trueto enable, orfalseto disable.- Parameters:
publicConnectivity- Specifies whether or not the graph can be reachable over the internet. All access to graphs is IAM authenticated. (trueto enable, orfalseto disable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisionedMemory
UpdateGraphRequest.Builder provisionedMemory(Integer provisionedMemory)
The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.
Min = 128
- Parameters:
provisionedMemory- The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.Min = 128
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deletionProtection
UpdateGraphRequest.Builder deletionProtection(Boolean deletionProtection)
A value that indicates whether the graph has deletion protection enabled. The graph can't be deleted when deletion protection is enabled.
- Parameters:
deletionProtection- A value that indicates whether the graph has deletion protection enabled. The graph can't be deleted when deletion protection is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateGraphRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateGraphRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-