Interface CreateSnapshotRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateSnapshotRequest.Builder,
,CreateSnapshotRequest> RedshiftServerlessRequest.Builder
,SdkBuilder<CreateSnapshotRequest.Builder,
,CreateSnapshotRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateSnapshotRequest
@Mutable
@NotThreadSafe
public static interface CreateSnapshotRequest.Builder
extends RedshiftServerlessRequest.Builder, SdkPojo, CopyableBuilder<CreateSnapshotRequest.Builder,CreateSnapshotRequest>
-
Method Summary
Modifier and TypeMethodDescriptionnamespaceName
(String namespaceName) The namespace to create a snapshot for.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.retentionPeriod
(Integer retentionPeriod) How long to retain the created snapshot.snapshotName
(String snapshotName) The name of the snapshot.tags
(Collection<Tag> tags) An array of Tag objects to associate with the snapshot.tags
(Consumer<Tag.Builder>... tags) An array of Tag objects to associate with the snapshot.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
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
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
An array of Tag objects to associate with the snapshot.
This is a convenience method that creates an instance of theTag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- 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:
-
overrideConfiguration
CreateSnapshotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateSnapshotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-