public static interface DisassociateResourceShareRequest.Builder extends RamRequest.Builder, SdkPojo, CopyableBuilder<DisassociateResourceShareRequest.Builder,DisassociateResourceShareRequest>
| Modifier and Type | Method and Description |
|---|---|
DisassociateResourceShareRequest.Builder |
clientToken(String clientToken)
Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
DisassociateResourceShareRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisassociateResourceShareRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DisassociateResourceShareRequest.Builder |
principals(Collection<String> principals)
Specifies a list of one or more principals that no longer are to have access to the resources in this
resource share.
|
DisassociateResourceShareRequest.Builder |
principals(String... principals)
Specifies a list of one or more principals that no longer are to have access to the resources in this
resource share.
|
DisassociateResourceShareRequest.Builder |
resourceArns(Collection<String> resourceArns)
Specifies a list of Amazon Resource Names
(ARNs) for one or more resources that you want to remove from the resource share.
|
DisassociateResourceShareRequest.Builder |
resourceArns(String... resourceArns)
Specifies a list of Amazon Resource Names
(ARNs) for one or more resources that you want to remove from the resource share.
|
DisassociateResourceShareRequest.Builder |
resourceShareArn(String resourceShareArn)
Specifies Amazon Resoure
Name (ARN) of the resource share that you want to remove resources from.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisassociateResourceShareRequest.Builder resourceShareArn(String resourceShareArn)
Specifies Amazon Resoure Name (ARN) of the resource share that you want to remove resources from.
resourceShareArn - Specifies Amazon
Resoure Name (ARN) of the resource share that you want to remove resources from.DisassociateResourceShareRequest.Builder resourceArns(Collection<String> resourceArns)
Specifies a list of Amazon Resource Names (ARNs) for one or more resources that you want to remove from the resource share. After the operation runs, these resources are no longer shared with principals outside of the Amazon Web Services account that created the resources.
resourceArns - Specifies a list of Amazon Resource
Names (ARNs) for one or more resources that you want to remove from the resource share. After the
operation runs, these resources are no longer shared with principals outside of the Amazon Web
Services account that created the resources.DisassociateResourceShareRequest.Builder resourceArns(String... resourceArns)
Specifies a list of Amazon Resource Names (ARNs) for one or more resources that you want to remove from the resource share. After the operation runs, these resources are no longer shared with principals outside of the Amazon Web Services account that created the resources.
resourceArns - Specifies a list of Amazon Resource
Names (ARNs) for one or more resources that you want to remove from the resource share. After the
operation runs, these resources are no longer shared with principals outside of the Amazon Web
Services account that created the resources.DisassociateResourceShareRequest.Builder principals(Collection<String> principals)
Specifies a list of one or more principals that no longer are to have access to the resources in this resource share.
You can include the following values:
An Amazon Web Services account ID, for example: 123456789012
An Amazon Resoure Name
(ARN) of an organization in Organizations, for example:
organizations::123456789012:organization/o-exampleorgid
An ARN of an organizational unit (OU) in Organizations, for example:
organizations::123456789012:ou/o-exampleorgid/ou-examplerootid-exampleouid123
An ARN of an IAM role, for example: iam::123456789012:role/rolename
An ARN of an IAM user, for example: iam::123456789012user/username
Not all resource types can be shared with IAM roles and users. For more information, see Sharing with IAM roles and users in the Resource Access Manager User Guide.
principals - Specifies a list of one or more principals that no longer are to have access to the resources in this
resource share.
You can include the following values:
An Amazon Web Services account ID, for example: 123456789012
An Amazon Resoure
Name (ARN) of an organization in Organizations, for example:
organizations::123456789012:organization/o-exampleorgid
An ARN of an organizational unit (OU) in Organizations, for example:
organizations::123456789012:ou/o-exampleorgid/ou-examplerootid-exampleouid123
An ARN of an IAM role, for example: iam::123456789012:role/rolename
An ARN of an IAM user, for example: iam::123456789012user/username
Not all resource types can be shared with IAM roles and users. For more information, see Sharing with IAM roles and users in the Resource Access Manager User Guide.
DisassociateResourceShareRequest.Builder principals(String... principals)
Specifies a list of one or more principals that no longer are to have access to the resources in this resource share.
You can include the following values:
An Amazon Web Services account ID, for example: 123456789012
An Amazon Resoure Name
(ARN) of an organization in Organizations, for example:
organizations::123456789012:organization/o-exampleorgid
An ARN of an organizational unit (OU) in Organizations, for example:
organizations::123456789012:ou/o-exampleorgid/ou-examplerootid-exampleouid123
An ARN of an IAM role, for example: iam::123456789012:role/rolename
An ARN of an IAM user, for example: iam::123456789012user/username
Not all resource types can be shared with IAM roles and users. For more information, see Sharing with IAM roles and users in the Resource Access Manager User Guide.
principals - Specifies a list of one or more principals that no longer are to have access to the resources in this
resource share.
You can include the following values:
An Amazon Web Services account ID, for example: 123456789012
An Amazon Resoure
Name (ARN) of an organization in Organizations, for example:
organizations::123456789012:organization/o-exampleorgid
An ARN of an organizational unit (OU) in Organizations, for example:
organizations::123456789012:ou/o-exampleorgid/ou-examplerootid-exampleouid123
An ARN of an IAM role, for example: iam::123456789012:role/rolename
An ARN of an IAM user, for example: iam::123456789012user/username
Not all resource types can be shared with IAM roles and users. For more information, see Sharing with IAM roles and users in the Resource Access Manager User Guide.
DisassociateResourceShareRequest.Builder clientToken(String clientToken)
Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value..
If you don't provide this value, then Amazon Web Services generates a random one for you.
clientToken - Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the
request. This lets you safely retry the request without accidentally performing the same operation a
second time. Passing the same value to a later call to an operation requires that you also pass the
same value for all other parameters. We recommend that you use a UUID type of value..
If you don't provide this value, then Amazon Web Services generates a random one for you.
DisassociateResourceShareRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDisassociateResourceShareRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.