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 AWS 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) |
UpdateResourceShareRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateResourceShareRequest.Builder |
resourceShareArn(String resourceShareArn)
The Amazon Resource Name (ARN) of the resource share.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 AWS organization can be associated with a resource share.
allowExternalPrincipals - Indicates whether principals outside your AWS 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)
overrideConfiguration in interface AwsRequest.BuilderUpdateResourceShareRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.