public static interface DisassociateDataShareConsumerRequest.Builder extends RedshiftRequest.Builder, SdkPojo, CopyableBuilder<DisassociateDataShareConsumerRequest.Builder,DisassociateDataShareConsumerRequest>
| Modifier and Type | Method and Description |
|---|---|
DisassociateDataShareConsumerRequest.Builder |
consumerArn(String consumerArn)
The Amazon Resource Name (ARN) of the consumer that association for the datashare is removed from.
|
DisassociateDataShareConsumerRequest.Builder |
consumerRegion(String consumerRegion)
From a datashare consumer account, removes association of a datashare from all the existing and future
namespaces in the specified Amazon Web Services Region.
|
DisassociateDataShareConsumerRequest.Builder |
dataShareArn(String dataShareArn)
The Amazon Resource Name (ARN) of the datashare to remove association for.
|
DisassociateDataShareConsumerRequest.Builder |
disassociateEntireAccount(Boolean disassociateEntireAccount)
A value that specifies whether association for the datashare is removed from the entire account.
|
DisassociateDataShareConsumerRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisassociateDataShareConsumerRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisassociateDataShareConsumerRequest.Builder dataShareArn(String dataShareArn)
The Amazon Resource Name (ARN) of the datashare to remove association for.
dataShareArn - The Amazon Resource Name (ARN) of the datashare to remove association for.DisassociateDataShareConsumerRequest.Builder disassociateEntireAccount(Boolean disassociateEntireAccount)
A value that specifies whether association for the datashare is removed from the entire account.
disassociateEntireAccount - A value that specifies whether association for the datashare is removed from the entire account.DisassociateDataShareConsumerRequest.Builder consumerArn(String consumerArn)
The Amazon Resource Name (ARN) of the consumer that association for the datashare is removed from.
consumerArn - The Amazon Resource Name (ARN) of the consumer that association for the datashare is removed from.DisassociateDataShareConsumerRequest.Builder consumerRegion(String consumerRegion)
From a datashare consumer account, removes association of a datashare from all the existing and future namespaces in the specified Amazon Web Services Region.
consumerRegion - From a datashare consumer account, removes association of a datashare from all the existing and future
namespaces in the specified Amazon Web Services Region.DisassociateDataShareConsumerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDisassociateDataShareConsumerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.