Interface UpdateSnapshotCopyConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateSnapshotCopyConfigurationRequest.Builder,UpdateSnapshotCopyConfigurationRequest>,RedshiftServerlessRequest.Builder,SdkBuilder<UpdateSnapshotCopyConfigurationRequest.Builder,UpdateSnapshotCopyConfigurationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateSnapshotCopyConfigurationRequest
public static interface UpdateSnapshotCopyConfigurationRequest.Builder extends RedshiftServerlessRequest.Builder, SdkPojo, CopyableBuilder<UpdateSnapshotCopyConfigurationRequest.Builder,UpdateSnapshotCopyConfigurationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateSnapshotCopyConfigurationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateSnapshotCopyConfigurationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateSnapshotCopyConfigurationRequest.BuildersnapshotCopyConfigurationId(String snapshotCopyConfigurationId)The ID of the snapshot copy configuration to update.UpdateSnapshotCopyConfigurationRequest.BuildersnapshotRetentionPeriod(Integer snapshotRetentionPeriod)The new retention period of how long to keep a snapshot in the destination Amazon Web Services Region.-
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
-
snapshotCopyConfigurationId
UpdateSnapshotCopyConfigurationRequest.Builder snapshotCopyConfigurationId(String snapshotCopyConfigurationId)
The ID of the snapshot copy configuration to update.
- Parameters:
snapshotCopyConfigurationId- The ID of the snapshot copy configuration to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
snapshotRetentionPeriod
UpdateSnapshotCopyConfigurationRequest.Builder snapshotRetentionPeriod(Integer snapshotRetentionPeriod)
The new retention period of how long to keep a snapshot in the destination Amazon Web Services Region.
- Parameters:
snapshotRetentionPeriod- The new retention period of how long to keep a snapshot in the destination Amazon Web Services Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateSnapshotCopyConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateSnapshotCopyConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-