Interface CreateShareRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateShareRequest.Builder,
,CreateShareRequest> OmicsRequest.Builder
,SdkBuilder<CreateShareRequest.Builder,
,CreateShareRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateShareRequest
public static interface CreateShareRequest.Builder
extends OmicsRequest.Builder, SdkPojo, CopyableBuilder<CreateShareRequest.Builder,CreateShareRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.principalSubscriber
(String principalSubscriber) The principal subscriber is the account being given access to the analytics store data through the share offer.resourceArn
(String resourceArn) The resource ARN for the analytics store to be shared.A name given to the share.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.omics.model.OmicsRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
resourceArn
The resource ARN for the analytics store to be shared.
- Parameters:
resourceArn
- The resource ARN for the analytics store to be shared.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
principalSubscriber
The principal subscriber is the account being given access to the analytics store data through the share offer.
- Parameters:
principalSubscriber
- The principal subscriber is the account being given access to the analytics store data through the share offer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateShareRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateShareRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-