Interface ResetGraphRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ResetGraphRequest.Builder,ResetGraphRequest>,NeptuneGraphRequest.Builder,SdkBuilder<ResetGraphRequest.Builder,ResetGraphRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ResetGraphRequest
public static interface ResetGraphRequest.Builder extends NeptuneGraphRequest.Builder, SdkPojo, CopyableBuilder<ResetGraphRequest.Builder,ResetGraphRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResetGraphRequest.BuildergraphIdentifier(String graphIdentifier)ID of the graph to reset.ResetGraphRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ResetGraphRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ResetGraphRequest.BuilderskipSnapshot(Boolean skipSnapshot)Determines whether a final graph snapshot is created before the graph data is deleted.-
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
ResetGraphRequest.Builder graphIdentifier(String graphIdentifier)
ID of the graph to reset.
- Parameters:
graphIdentifier- ID of the graph to reset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
skipSnapshot
ResetGraphRequest.Builder skipSnapshot(Boolean skipSnapshot)
Determines whether a final graph snapshot is created before the graph data is deleted. If set to
true, no graph snapshot is created. If set tofalse, a graph snapshot is created before the data is deleted.- Parameters:
skipSnapshot- Determines whether a final graph snapshot is created before the graph data is deleted. If set totrue, no graph snapshot is created. If set tofalse, a graph snapshot is created before the data is deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ResetGraphRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ResetGraphRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-