public static interface SnapshotCopyGrant.Builder extends SdkPojo, CopyableBuilder<SnapshotCopyGrant.Builder,SnapshotCopyGrant>
| Modifier and Type | Method and Description |
|---|---|
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 |
snapshotCopyGrantName(String snapshotCopyGrantName)
The name of the snapshot copy grant.
|
SnapshotCopyGrant.Builder |
tags(Collection<Tag> tags)
A list of tag instances.
|
SnapshotCopyGrant.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of tag instances.
|
SnapshotCopyGrant.Builder |
tags(Tag... tags)
A list of tag instances.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSnapshotCopyGrant.Builder snapshotCopyGrantName(String snapshotCopyGrantName)
The name of the snapshot copy grant.
snapshotCopyGrantName - The name of the snapshot copy grant.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.
kmsKeyId - The unique identifier of the encrypted symmetric key in Amazon Web Services KMS to which Amazon
Redshift is granted permission.SnapshotCopyGrant.Builder tags(Collection<Tag> tags)
A list of tag instances.
tags - A list of tag instances.SnapshotCopyGrant.Builder tags(Tag... tags)
A list of tag instances.
tags - A list of tag instances.SnapshotCopyGrant.Builder tags(Consumer<Tag.Builder>... tags)
A list of tag instances.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) Copyright © 2023. All rights reserved.