Interface CreateSnapshotRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateSnapshotRequest.Builder,CreateSnapshotRequest>,RedshiftServerlessRequest.Builder,SdkBuilder<CreateSnapshotRequest.Builder,CreateSnapshotRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateSnapshotRequest
public static interface CreateSnapshotRequest.Builder extends RedshiftServerlessRequest.Builder, SdkPojo, CopyableBuilder<CreateSnapshotRequest.Builder,CreateSnapshotRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateSnapshotRequest.BuildernamespaceName(String namespaceName)The namespace to create a snapshot for.CreateSnapshotRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateSnapshotRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateSnapshotRequest.BuilderretentionPeriod(Integer retentionPeriod)How long to retain the created snapshot.CreateSnapshotRequest.BuildersnapshotName(String snapshotName)The name of the snapshot.CreateSnapshotRequest.Buildertags(Collection<Tag> tags)An array of Tag objects to associate with the snapshot.CreateSnapshotRequest.Buildertags(Consumer<Tag.Builder>... tags)An array of Tag objects to associate with the snapshot.CreateSnapshotRequest.Buildertags(Tag... tags)An array of Tag objects to associate with the snapshot.-
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.redshiftserverless.model.RedshiftServerlessRequest.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
-
namespaceName
CreateSnapshotRequest.Builder namespaceName(String namespaceName)
The namespace to create a snapshot for.
- Parameters:
namespaceName- The namespace to create a snapshot for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
retentionPeriod
CreateSnapshotRequest.Builder retentionPeriod(Integer retentionPeriod)
How long to retain the created snapshot.
- Parameters:
retentionPeriod- How long to retain the created snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
snapshotName
CreateSnapshotRequest.Builder snapshotName(String snapshotName)
The name of the snapshot.
- Parameters:
snapshotName- The name of the snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateSnapshotRequest.Builder tags(Collection<Tag> tags)
An array of Tag objects to associate with the snapshot.
- Parameters:
tags- An array of Tag objects to associate with the snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateSnapshotRequest.Builder tags(Tag... tags)
An array of Tag objects to associate with the snapshot.
- Parameters:
tags- An array of Tag objects to associate with the snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateSnapshotRequest.Builder tags(Consumer<Tag.Builder>... tags)
An array of Tag objects to associate with the snapshot.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
overrideConfiguration
CreateSnapshotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateSnapshotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-