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
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.snapshotName(String snapshotName) The snapshot name.Adds metadata tags to the new graph.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.neptunegraph.model.NeptuneGraphRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods 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.
 
 - 
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. Only lowercase letters are allowed.
- 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. Only lowercase letters are allowed.
- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
CreateGraphSnapshotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -