public static interface DisassociateResourceShareResponse.Builder extends RamResponse.Builder, SdkPojo, CopyableBuilder<DisassociateResourceShareResponse.Builder,DisassociateResourceShareResponse>
| Modifier and Type | Method and Description |
|---|---|
DisassociateResourceShareResponse.Builder |
clientToken(String clientToken)
The idempotency identifier associated with this request.
|
DisassociateResourceShareResponse.Builder |
resourceShareAssociations(Collection<ResourceShareAssociation> resourceShareAssociations)
An array of objects with information about the updated associations for this resource share.
|
DisassociateResourceShareResponse.Builder |
resourceShareAssociations(Consumer<ResourceShareAssociation.Builder>... resourceShareAssociations)
An array of objects with information about the updated associations for this resource share.
|
DisassociateResourceShareResponse.Builder |
resourceShareAssociations(ResourceShareAssociation... resourceShareAssociations)
An array of objects with information about the updated associations for this resource share.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisassociateResourceShareResponse.Builder resourceShareAssociations(Collection<ResourceShareAssociation> resourceShareAssociations)
An array of objects with information about the updated associations for this resource share.
resourceShareAssociations - An array of objects with information about the updated associations for this resource share.DisassociateResourceShareResponse.Builder resourceShareAssociations(ResourceShareAssociation... resourceShareAssociations)
An array of objects with information about the updated associations for this resource share.
resourceShareAssociations - An array of objects with information about the updated associations for this resource share.DisassociateResourceShareResponse.Builder resourceShareAssociations(Consumer<ResourceShareAssociation.Builder>... resourceShareAssociations)
An array of objects with information about the updated associations for this resource share.
This is a convenience method that creates an instance of theResourceShareAssociation.Builder avoiding the need to
create one manually via ResourceShareAssociation.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #resourceShareAssociations(List.
resourceShareAssociations - a consumer that will call methods on
ResourceShareAssociation.Builder#resourceShareAssociations(java.util.Collection) DisassociateResourceShareResponse.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.