public static interface AuthorizeDataShareRequest.Builder extends RedshiftRequest.Builder, SdkPojo, CopyableBuilder<AuthorizeDataShareRequest.Builder,AuthorizeDataShareRequest>
| Modifier and Type | Method and Description |
|---|---|
AuthorizeDataShareRequest.Builder |
consumerIdentifier(String consumerIdentifier)
The identifier of the data consumer that is authorized to access the datashare.
|
AuthorizeDataShareRequest.Builder |
dataShareArn(String dataShareArn)
The Amazon Resource Name (ARN) of the datashare that producers are to authorize sharing for.
|
AuthorizeDataShareRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AuthorizeDataShareRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAuthorizeDataShareRequest.Builder dataShareArn(String dataShareArn)
The Amazon Resource Name (ARN) of the datashare that producers are to authorize sharing for.
dataShareArn - The Amazon Resource Name (ARN) of the datashare that producers are to authorize sharing for.AuthorizeDataShareRequest.Builder consumerIdentifier(String consumerIdentifier)
The identifier of the data consumer that is authorized to access 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 authorized to access the datashare. This identifier is an
Amazon Web Services account ID or a keyword, such as ADX.AuthorizeDataShareRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAuthorizeDataShareRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.