public static interface CreateAssociationBatchResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<CreateAssociationBatchResponse.Builder,CreateAssociationBatchResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateAssociationBatchResponse.Builder |
failed(Collection<FailedCreateAssociation> failed)
Information about the associations that failed.
|
CreateAssociationBatchResponse.Builder |
failed(Consumer<FailedCreateAssociation.Builder>... failed)
Information about the associations that failed.
|
CreateAssociationBatchResponse.Builder |
failed(FailedCreateAssociation... failed)
Information about the associations that failed.
|
CreateAssociationBatchResponse.Builder |
successful(AssociationDescription... successful)
Information about the associations that succeeded.
|
CreateAssociationBatchResponse.Builder |
successful(Collection<AssociationDescription> successful)
Information about the associations that succeeded.
|
CreateAssociationBatchResponse.Builder |
successful(Consumer<AssociationDescription.Builder>... successful)
Information about the associations that succeeded.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAssociationBatchResponse.Builder successful(Collection<AssociationDescription> successful)
Information about the associations that succeeded.
successful - Information about the associations that succeeded.CreateAssociationBatchResponse.Builder successful(AssociationDescription... successful)
Information about the associations that succeeded.
successful - Information about the associations that succeeded.CreateAssociationBatchResponse.Builder successful(Consumer<AssociationDescription.Builder>... successful)
Information about the associations that succeeded.
This is a convenience method that creates an instance of theAssociationDescription.Builder avoiding the need to create
one manually via AssociationDescription.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #successful(List.
successful - a consumer that will call methods on
AssociationDescription.Builder#successful(java.util.Collection) CreateAssociationBatchResponse.Builder failed(Collection<FailedCreateAssociation> failed)
Information about the associations that failed.
failed - Information about the associations that failed.CreateAssociationBatchResponse.Builder failed(FailedCreateAssociation... failed)
Information about the associations that failed.
failed - Information about the associations that failed.CreateAssociationBatchResponse.Builder failed(Consumer<FailedCreateAssociation.Builder>... failed)
Information about the associations that failed.
This is a convenience method that creates an instance of theFailedCreateAssociation.Builder avoiding the need to create
one manually via FailedCreateAssociation.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #failed(List.
failed - a consumer that will call methods on
FailedCreateAssociation.Builder#failed(java.util.Collection) Copyright © 2023. All rights reserved.