Uses of Interface
software.amazon.awssdk.services.redshiftserverless.model.UpdateSnapshotCopyConfigurationRequest.Builder
-
Packages that use UpdateSnapshotCopyConfigurationRequest.Builder Package Description software.amazon.awssdk.services.redshiftserverless This is an interface reference for Amazon Redshift Serverless.software.amazon.awssdk.services.redshiftserverless.model -
-
Uses of UpdateSnapshotCopyConfigurationRequest.Builder in software.amazon.awssdk.services.redshiftserverless
Method parameters in software.amazon.awssdk.services.redshiftserverless with type arguments of type UpdateSnapshotCopyConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateSnapshotCopyConfigurationResponse>RedshiftServerlessAsyncClient. updateSnapshotCopyConfiguration(Consumer<UpdateSnapshotCopyConfigurationRequest.Builder> updateSnapshotCopyConfigurationRequest)Updates a snapshot copy configuration.default UpdateSnapshotCopyConfigurationResponseRedshiftServerlessClient. updateSnapshotCopyConfiguration(Consumer<UpdateSnapshotCopyConfigurationRequest.Builder> updateSnapshotCopyConfigurationRequest)Updates a snapshot copy configuration. -
Uses of UpdateSnapshotCopyConfigurationRequest.Builder in software.amazon.awssdk.services.redshiftserverless.model
Methods in software.amazon.awssdk.services.redshiftserverless.model that return UpdateSnapshotCopyConfigurationRequest.Builder Modifier and Type Method Description static UpdateSnapshotCopyConfigurationRequest.BuilderUpdateSnapshotCopyConfigurationRequest. builder()UpdateSnapshotCopyConfigurationRequest.BuilderUpdateSnapshotCopyConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateSnapshotCopyConfigurationRequest.BuilderUpdateSnapshotCopyConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateSnapshotCopyConfigurationRequest.BuilderUpdateSnapshotCopyConfigurationRequest.Builder. snapshotCopyConfigurationId(String snapshotCopyConfigurationId)The ID of the snapshot copy configuration to update.UpdateSnapshotCopyConfigurationRequest.BuilderUpdateSnapshotCopyConfigurationRequest.Builder. snapshotRetentionPeriod(Integer snapshotRetentionPeriod)The new retention period of how long to keep a snapshot in the destination Amazon Web Services Region.UpdateSnapshotCopyConfigurationRequest.BuilderUpdateSnapshotCopyConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.redshiftserverless.model that return types with arguments of type UpdateSnapshotCopyConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends UpdateSnapshotCopyConfigurationRequest.Builder>UpdateSnapshotCopyConfigurationRequest. serializableBuilderClass()
-