public static interface DeleteSnapshotCopyGrantRequest.Builder extends RedshiftRequest.Builder, CopyableBuilder<DeleteSnapshotCopyGrantRequest.Builder,DeleteSnapshotCopyGrantRequest>
Modifier and Type | Method and Description |
---|---|
DeleteSnapshotCopyGrantRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteSnapshotCopyGrantRequest.Builder |
snapshotCopyGrantName(String snapshotCopyGrantName)
The name of the snapshot copy grant to delete.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
DeleteSnapshotCopyGrantRequest.Builder snapshotCopyGrantName(String snapshotCopyGrantName)
The name of the snapshot copy grant to delete.
snapshotCopyGrantName
- The name of the snapshot copy grant to delete.DeleteSnapshotCopyGrantRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.