Uses of Interface
software.amazon.awssdk.services.redshiftserverless.model.CreateSnapshotRequest.Builder
-
Packages that use CreateSnapshotRequest.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 CreateSnapshotRequest.Builder in software.amazon.awssdk.services.redshiftserverless
Method parameters in software.amazon.awssdk.services.redshiftserverless with type arguments of type CreateSnapshotRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateSnapshotResponse>RedshiftServerlessAsyncClient. createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)Creates a snapshot of all databases in a namespace.default CreateSnapshotResponseRedshiftServerlessClient. createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)Creates a snapshot of all databases in a namespace. -
Uses of CreateSnapshotRequest.Builder in software.amazon.awssdk.services.redshiftserverless.model
Methods in software.amazon.awssdk.services.redshiftserverless.model that return CreateSnapshotRequest.Builder Modifier and Type Method Description static CreateSnapshotRequest.BuilderCreateSnapshotRequest. builder()CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. namespaceName(String namespaceName)The namespace to create a snapshot for.CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. retentionPeriod(Integer retentionPeriod)How long to retain the created snapshot.CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. snapshotName(String snapshotName)The name of the snapshot.CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. tags(Collection<Tag> tags)An array of Tag objects to associate with the snapshot.CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. tags(Consumer<Tag.Builder>... tags)An array of Tag objects to associate with the snapshot.CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. tags(Tag... tags)An array of Tag objects to associate with the snapshot.CreateSnapshotRequest.BuilderCreateSnapshotRequest. toBuilder()Methods in software.amazon.awssdk.services.redshiftserverless.model that return types with arguments of type CreateSnapshotRequest.Builder Modifier and Type Method Description static Class<? extends CreateSnapshotRequest.Builder>CreateSnapshotRequest. serializableBuilderClass()
-