public static interface CreateShareRequest.Builder extends OmicsRequest.Builder, SdkPojo, CopyableBuilder<CreateShareRequest.Builder,CreateShareRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateShareRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateShareRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateShareRequest.Builder |
principalSubscriber(String principalSubscriber)
The principal subscriber is the account being given access to the analytics store data through the share
offer.
|
CreateShareRequest.Builder |
resourceArn(String resourceArn)
The resource ARN for the analytics store to be shared.
|
CreateShareRequest.Builder |
shareName(String shareName)
A name given to the share.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateShareRequest.Builder resourceArn(String resourceArn)
The resource ARN for the analytics store to be shared.
resourceArn - The resource ARN for the analytics store to be shared.CreateShareRequest.Builder principalSubscriber(String principalSubscriber)
The principal subscriber is the account being given access to the analytics store data through the share offer.
principalSubscriber - The principal subscriber is the account being given access to the analytics store data through the
share offer.CreateShareRequest.Builder shareName(String shareName)
A name given to the share.
shareName - A name given to the share.CreateShareRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateShareRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.