public static interface ReplacePermissionAssociationsRequest.Builder extends RamRequest.Builder, SdkPojo, CopyableBuilder<ReplacePermissionAssociationsRequest.Builder,ReplacePermissionAssociationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ReplacePermissionAssociationsRequest.Builder |
clientToken(String clientToken)
Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
ReplacePermissionAssociationsRequest.Builder |
fromPermissionArn(String fromPermissionArn)
Specifies the Amazon
Resource Name (ARN) of the managed permission that you want to replace.
|
ReplacePermissionAssociationsRequest.Builder |
fromPermissionVersion(Integer fromPermissionVersion)
Specifies that you want to updated the permissions for only those resource shares that use the specified
version of the managed permission.
|
ReplacePermissionAssociationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ReplacePermissionAssociationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ReplacePermissionAssociationsRequest.Builder |
toPermissionArn(String toPermissionArn)
Specifies the ARN of the managed permission that you want to associate with resource shares in place of the
one specified by
fromPerssionArn and fromPermissionVersion. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildReplacePermissionAssociationsRequest.Builder fromPermissionArn(String fromPermissionArn)
Specifies the Amazon Resource Name (ARN) of the managed permission that you want to replace.
fromPermissionArn - Specifies the Amazon Resource Name
(ARN) of the managed permission that you want to replace.ReplacePermissionAssociationsRequest.Builder fromPermissionVersion(Integer fromPermissionVersion)
Specifies that you want to updated the permissions for only those resource shares that use the specified version of the managed permission.
fromPermissionVersion - Specifies that you want to updated the permissions for only those resource shares that use the
specified version of the managed permission.ReplacePermissionAssociationsRequest.Builder toPermissionArn(String toPermissionArn)
Specifies the ARN of the managed permission that you want to associate with resource shares in place of the
one specified by fromPerssionArn and fromPermissionVersion.
The operation always associates the version that is currently the default for the specified managed permission.
toPermissionArn - Specifies the ARN of the managed permission that you want to associate with resource shares in place
of the one specified by fromPerssionArn and fromPermissionVersion.
The operation always associates the version that is currently the default for the specified managed permission.
ReplacePermissionAssociationsRequest.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.
If you retry the operation with the same ClientToken, but with different parameters, the retry
fails with an IdempotentParameterMismatch error.
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.
If you retry the operation with the same ClientToken, but with different parameters, the
retry fails with an IdempotentParameterMismatch error.
ReplacePermissionAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderReplacePermissionAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.