Uses of Interface
software.amazon.awssdk.services.redshift.model.SnapshotCopyGrant.Builder
-
Packages that use SnapshotCopyGrant.Builder Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of SnapshotCopyGrant.Builder in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return SnapshotCopyGrant.Builder Modifier and Type Method Description static SnapshotCopyGrant.BuilderSnapshotCopyGrant. builder()SnapshotCopyGrant.BuilderSnapshotCopyGrant.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.BuilderSnapshotCopyGrant.Builder. snapshotCopyGrantName(String snapshotCopyGrantName)The name of the snapshot copy grant.SnapshotCopyGrant.BuilderSnapshotCopyGrant.Builder. tags(Collection<Tag> tags)A list of tag instances.SnapshotCopyGrant.BuilderSnapshotCopyGrant.Builder. tags(Consumer<Tag.Builder>... tags)A list of tag instances.SnapshotCopyGrant.BuilderSnapshotCopyGrant.Builder. tags(Tag... tags)A list of tag instances.SnapshotCopyGrant.BuilderSnapshotCopyGrant. toBuilder()Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type SnapshotCopyGrant.Builder Modifier and Type Method Description static Class<? extends SnapshotCopyGrant.Builder>SnapshotCopyGrant. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type SnapshotCopyGrant.Builder Modifier and Type Method Description default CreateSnapshotCopyGrantResponse.BuilderCreateSnapshotCopyGrantResponse.Builder. snapshotCopyGrant(Consumer<SnapshotCopyGrant.Builder> snapshotCopyGrant)Sets the value of the SnapshotCopyGrant property for this object.
-