public static interface ReplacePermissionAssociationsResponse.Builder extends RamResponse.Builder, SdkPojo, CopyableBuilder<ReplacePermissionAssociationsResponse.Builder,ReplacePermissionAssociationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ReplacePermissionAssociationsResponse.Builder |
clientToken(String clientToken)
The idempotency identifier associated with this request.
|
default ReplacePermissionAssociationsResponse.Builder |
replacePermissionAssociationsWork(Consumer<ReplacePermissionAssociationsWork.Builder> replacePermissionAssociationsWork)
Specifies a data structure that you can use to track the asynchronous tasks that RAM performs to complete
this operation.
|
ReplacePermissionAssociationsResponse.Builder |
replacePermissionAssociationsWork(ReplacePermissionAssociationsWork replacePermissionAssociationsWork)
Specifies a data structure that you can use to track the asynchronous tasks that RAM performs to complete
this operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildReplacePermissionAssociationsResponse.Builder replacePermissionAssociationsWork(ReplacePermissionAssociationsWork replacePermissionAssociationsWork)
Specifies a data structure that you can use to track the asynchronous tasks that RAM performs to complete
this operation. You can use the ListReplacePermissionAssociationsWork operation and pass the
id value returned in this structure.
replacePermissionAssociationsWork - Specifies a data structure that you can use to track the asynchronous tasks that RAM performs to
complete this operation. You can use the ListReplacePermissionAssociationsWork operation and
pass the id value returned in this structure.default ReplacePermissionAssociationsResponse.Builder replacePermissionAssociationsWork(Consumer<ReplacePermissionAssociationsWork.Builder> replacePermissionAssociationsWork)
Specifies a data structure that you can use to track the asynchronous tasks that RAM performs to complete
this operation. You can use the ListReplacePermissionAssociationsWork operation and pass the
id value returned in this structure.
ReplacePermissionAssociationsWork.Builder avoiding the need to create one manually via
ReplacePermissionAssociationsWork.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
replacePermissionAssociationsWork(ReplacePermissionAssociationsWork).
replacePermissionAssociationsWork - a consumer that will call methods on ReplacePermissionAssociationsWork.BuilderreplacePermissionAssociationsWork(ReplacePermissionAssociationsWork)ReplacePermissionAssociationsResponse.Builder clientToken(String clientToken)
The idempotency identifier associated with this request. If you want to repeat the same operation in an
idempotent manner then you must include this value in the clientToken request parameter of that
later call. All other parameters must also have the same values that you used in the first call.
clientToken - The idempotency identifier associated with this request. If you want to repeat the same operation in
an idempotent manner then you must include this value in the clientToken request
parameter of that later call. All other parameters must also have the same values that you used in the
first call.Copyright © 2023. All rights reserved.