Interface CreateGraphSnapshotRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateGraphSnapshotRequest.Builder,CreateGraphSnapshotRequest>,NeptuneGraphRequest.Builder,SdkBuilder<CreateGraphSnapshotRequest.Builder,CreateGraphSnapshotRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateGraphSnapshotRequest
public static interface CreateGraphSnapshotRequest.Builder extends NeptuneGraphRequest.Builder, SdkPojo, CopyableBuilder<CreateGraphSnapshotRequest.Builder,CreateGraphSnapshotRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateGraphSnapshotRequest.BuildergraphIdentifier(String graphIdentifier)The unique identifier of the Neptune Analytics graph.CreateGraphSnapshotRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateGraphSnapshotRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateGraphSnapshotRequest.BuildersnapshotName(String snapshotName)The snapshot name.CreateGraphSnapshotRequest.Buildertags(Map<String,String> tags)Adds metadata tags to the new graph.-
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
CreateGraphSnapshotRequest.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.
-
snapshotName
CreateGraphSnapshotRequest.Builder snapshotName(String snapshotName)
The snapshot name. For example:
my-snapshot-1.The name must contain from 1 to 63 letters, numbers, or hyphens, and its first character must be a letter. It cannot end with a hyphen or contain two consecutive hyphens.
- Parameters:
snapshotName- The snapshot name. For example:my-snapshot-1.The name must contain from 1 to 63 letters, numbers, or hyphens, and its first character must be a letter. It cannot end with a hyphen or contain two consecutive hyphens.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateGraphSnapshotRequest.Builder tags(Map<String,String> tags)
Adds metadata tags to the new graph. These tags can also be used with cost allocation reporting, or used in a Condition statement in an IAM policy.
- Parameters:
tags- Adds metadata tags to the new graph. These tags can also be used with cost allocation reporting, or used in a Condition statement in an IAM policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateGraphSnapshotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateGraphSnapshotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-