public static interface AssociateDataShareConsumerRequest.Builder extends RedshiftRequest.Builder, SdkPojo, CopyableBuilder<AssociateDataShareConsumerRequest.Builder,AssociateDataShareConsumerRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateDataShareConsumerRequest.Builder |
associateEntireAccount(Boolean associateEntireAccount)
A value that specifies whether the datashare is associated with the entire account.
|
AssociateDataShareConsumerRequest.Builder |
consumerArn(String consumerArn)
The Amazon Resource Name (ARN) of the consumer that is associated with the datashare.
|
AssociateDataShareConsumerRequest.Builder |
consumerRegion(String consumerRegion)
From a datashare consumer account, associates a datashare with all existing and future namespaces in the
specified Amazon Web Services Region.
|
AssociateDataShareConsumerRequest.Builder |
dataShareArn(String dataShareArn)
The Amazon Resource Name (ARN) of the datashare that the consumer is to use with the account or the
namespace.
|
AssociateDataShareConsumerRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateDataShareConsumerRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateDataShareConsumerRequest.Builder dataShareArn(String dataShareArn)
The Amazon Resource Name (ARN) of the datashare that the consumer is to use with the account or the namespace.
dataShareArn - The Amazon Resource Name (ARN) of the datashare that the consumer is to use with the account or the
namespace.AssociateDataShareConsumerRequest.Builder associateEntireAccount(Boolean associateEntireAccount)
A value that specifies whether the datashare is associated with the entire account.
associateEntireAccount - A value that specifies whether the datashare is associated with the entire account.AssociateDataShareConsumerRequest.Builder consumerArn(String consumerArn)
The Amazon Resource Name (ARN) of the consumer that is associated with the datashare.
consumerArn - The Amazon Resource Name (ARN) of the consumer that is associated with the datashare.AssociateDataShareConsumerRequest.Builder consumerRegion(String consumerRegion)
From a datashare consumer account, associates a datashare with all existing and future namespaces in the specified Amazon Web Services Region.
consumerRegion - From a datashare consumer account, associates a datashare with all existing and future namespaces in
the specified Amazon Web Services Region.AssociateDataShareConsumerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssociateDataShareConsumerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.