| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
static SnapshotCopyGrant.Builder |
SnapshotCopyGrant.builder() |
SnapshotCopyGrant.Builder |
SnapshotCopyGrant.Builder.kmsKeyId(String kmsKeyId)
The unique identifier of the encrypted symmetric key in Amazon Web Services KMS to which Amazon Redshift is
granted permission.
|
SnapshotCopyGrant.Builder |
SnapshotCopyGrant.Builder.snapshotCopyGrantName(String snapshotCopyGrantName)
The name of the snapshot copy grant.
|
SnapshotCopyGrant.Builder |
SnapshotCopyGrant.Builder.tags(Collection<Tag> tags)
A list of tag instances.
|
SnapshotCopyGrant.Builder |
SnapshotCopyGrant.Builder.tags(Consumer<Tag.Builder>... tags)
A list of tag instances.
|
SnapshotCopyGrant.Builder |
SnapshotCopyGrant.Builder.tags(Tag... tags)
A list of tag instances.
|
SnapshotCopyGrant.Builder |
SnapshotCopyGrant.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SnapshotCopyGrant.Builder> |
SnapshotCopyGrant.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateSnapshotCopyGrantResponse.Builder |
CreateSnapshotCopyGrantResponse.Builder.snapshotCopyGrant(Consumer<SnapshotCopyGrant.Builder> snapshotCopyGrant)
Sets the value of the SnapshotCopyGrant property for this object.
|
Copyright © 2023. All rights reserved.