public static interface CreateClusterSnapshotRequest.Builder extends RedshiftRequest.Builder, CopyableBuilder<CreateClusterSnapshotRequest.Builder,CreateClusterSnapshotRequest>
Modifier and Type | Method and Description |
---|---|
CreateClusterSnapshotRequest.Builder |
clusterIdentifier(String clusterIdentifier)
The cluster identifier for which you want a snapshot.
|
CreateClusterSnapshotRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreateClusterSnapshotRequest.Builder |
snapshotIdentifier(String snapshotIdentifier)
A unique identifier for the snapshot that you are requesting.
|
CreateClusterSnapshotRequest.Builder |
tags(Collection<Tag> tags)
A list of tag instances.
|
CreateClusterSnapshotRequest.Builder |
tags(Tag... tags)
A list of tag instances.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
CreateClusterSnapshotRequest.Builder snapshotIdentifier(String snapshotIdentifier)
A unique identifier for the snapshot that you are requesting. This identifier must be unique for all snapshots within the AWS account.
Constraints:
Cannot be null, empty, or blank
Must contain from 1 to 255 alphanumeric characters or hyphens
First character must be a letter
Cannot end with a hyphen or contain two consecutive hyphens
Example: my-snapshot-id
snapshotIdentifier
- A unique identifier for the snapshot that you are requesting. This identifier must be unique for all
snapshots within the AWS account.
Constraints:
Cannot be null, empty, or blank
Must contain from 1 to 255 alphanumeric characters or hyphens
First character must be a letter
Cannot end with a hyphen or contain two consecutive hyphens
Example: my-snapshot-id
CreateClusterSnapshotRequest.Builder clusterIdentifier(String clusterIdentifier)
The cluster identifier for which you want a snapshot.
clusterIdentifier
- The cluster identifier for which you want a snapshot.CreateClusterSnapshotRequest.Builder tags(Collection<Tag> tags)
A list of tag instances.
tags
- A list of tag instances.CreateClusterSnapshotRequest.Builder tags(Tag... tags)
A list of tag instances.
tags
- A list of tag instances.CreateClusterSnapshotRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.