Interface DisassociateResourceShareResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DisassociateResourceShareResponse.Builder,DisassociateResourceShareResponse>,RamResponse.Builder,SdkBuilder<DisassociateResourceShareResponse.Builder,DisassociateResourceShareResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DisassociateResourceShareResponse
public static interface DisassociateResourceShareResponse.Builder extends RamResponse.Builder, SdkPojo, CopyableBuilder<DisassociateResourceShareResponse.Builder,DisassociateResourceShareResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisassociateResourceShareResponse.BuilderclientToken(String clientToken)The idempotency identifier associated with this request.DisassociateResourceShareResponse.BuilderresourceShareAssociations(Collection<ResourceShareAssociation> resourceShareAssociations)An array of objects with information about the updated associations for this resource share.DisassociateResourceShareResponse.BuilderresourceShareAssociations(Consumer<ResourceShareAssociation.Builder>... resourceShareAssociations)An array of objects with information about the updated associations for this resource share.DisassociateResourceShareResponse.BuilderresourceShareAssociations(ResourceShareAssociation... resourceShareAssociations)An array of objects with information about the updated associations for this resource share.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ram.model.RamResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
resourceShareAssociations
DisassociateResourceShareResponse.Builder resourceShareAssociations(Collection<ResourceShareAssociation> resourceShareAssociations)
An array of objects with information about the updated associations for this resource share.
- Parameters:
resourceShareAssociations- An array of objects with information about the updated associations for this resource share.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceShareAssociations
DisassociateResourceShareResponse.Builder resourceShareAssociations(ResourceShareAssociation... resourceShareAssociations)
An array of objects with information about the updated associations for this resource share.
- Parameters:
resourceShareAssociations- An array of objects with information about the updated associations for this resource share.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceShareAssociations
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.Builderavoiding the need to create one manually viaResourceShareAssociation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#resourceShareAssociations(List.) - Parameters:
resourceShareAssociations- a consumer that will call methods onResourceShareAssociation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#resourceShareAssociations(java.util.Collection)
-
clientToken
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
clientTokenrequest parameter of that later call. All other parameters must also have the same values that you used in the first call.- Parameters:
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 theclientTokenrequest parameter of that later call. All other parameters must also have the same values that you used in the first call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-