public static interface UpdateResourceShareRequest.Builder extends RamRequest.Builder, SdkPojo, CopyableBuilder<UpdateResourceShareRequest.Builder,UpdateResourceShareRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateResourceShareRequest.Builder |
allowExternalPrincipals(Boolean allowExternalPrincipals)
Indicates whether principals outside your organization can be associated with a resource share.
|
UpdateResourceShareRequest.Builder |
clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
UpdateResourceShareRequest.Builder |
name(String name)
The name of the resource share.
|
UpdateResourceShareRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateResourceShareRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateResourceShareRequest.Builder |
resourceShareArn(String resourceShareArn)
The Amazon Resource Name (ARN) of the resource share.
|
buildoverrideConfigurationcopyapplyMutation, buildUpdateResourceShareRequest.Builder resourceShareArn(String resourceShareArn)
The Amazon Resource Name (ARN) of the resource share.
resourceShareArn - The Amazon Resource Name (ARN) of the resource share.UpdateResourceShareRequest.Builder name(String name)
The name of the resource share.
name - The name of the resource share.UpdateResourceShareRequest.Builder allowExternalPrincipals(Boolean allowExternalPrincipals)
Indicates whether principals outside your organization can be associated with a resource share.
allowExternalPrincipals - Indicates whether principals outside your organization can be associated with a resource share.UpdateResourceShareRequest.Builder clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.UpdateResourceShareRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateResourceShareRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.