public static interface DeauthorizeDataShareRequest.Builder extends RedshiftRequest.Builder, SdkPojo, CopyableBuilder<DeauthorizeDataShareRequest.Builder,DeauthorizeDataShareRequest>
| Modifier and Type | Method and Description |
|---|---|
DeauthorizeDataShareRequest.Builder |
consumerIdentifier(String consumerIdentifier)
The identifier of the data consumer that is to have authorization removed from the datashare.
|
DeauthorizeDataShareRequest.Builder |
dataShareArn(String dataShareArn)
The Amazon Resource Name (ARN) of the datashare to remove authorization from.
|
DeauthorizeDataShareRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeauthorizeDataShareRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeauthorizeDataShareRequest.Builder dataShareArn(String dataShareArn)
The Amazon Resource Name (ARN) of the datashare to remove authorization from.
dataShareArn - The Amazon Resource Name (ARN) of the datashare to remove authorization from.DeauthorizeDataShareRequest.Builder consumerIdentifier(String consumerIdentifier)
The identifier of the data consumer that is to have authorization removed from the datashare. This identifier is an Amazon Web Services account ID or a keyword, such as ADX.
consumerIdentifier - The identifier of the data consumer that is to have authorization removed from the datashare. This
identifier is an Amazon Web Services account ID or a keyword, such as ADX.DeauthorizeDataShareRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeauthorizeDataShareRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.