public static interface AssociateResourceShareRequest.Builder extends RamRequest.Builder, SdkPojo, CopyableBuilder<AssociateResourceShareRequest.Builder,AssociateResourceShareRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateResourceShareRequest.Builder resourceShareArn(String resourceShareArn)
The Amazon Resource Name (ARN) of the resource share.
resourceShareArn - The Amazon Resource Name (ARN) of the resource share.AssociateResourceShareRequest.Builder resourceArns(Collection<String> resourceArns)
The Amazon Resource Names (ARN) of the resources.
resourceArns - The Amazon Resource Names (ARN) of the resources.AssociateResourceShareRequest.Builder resourceArns(String... resourceArns)
The Amazon Resource Names (ARN) of the resources.
resourceArns - The Amazon Resource Names (ARN) of the resources.AssociateResourceShareRequest.Builder principals(Collection<String> principals)
The principals to associate with the resource share. The possible values are IDs of AWS accounts, and the ARNs of organizational units (OU) or organizations from AWS Organizations.
principals - The principals to associate with the resource share. The possible values are IDs of AWS accounts, and
the ARNs of organizational units (OU) or organizations from AWS Organizations.AssociateResourceShareRequest.Builder principals(String... principals)
The principals to associate with the resource share. The possible values are IDs of AWS accounts, and the ARNs of organizational units (OU) or organizations from AWS Organizations.
principals - The principals to associate with the resource share. The possible values are IDs of AWS accounts, and
the ARNs of organizational units (OU) or organizations from AWS Organizations.AssociateResourceShareRequest.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.AssociateResourceShareRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssociateResourceShareRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.