public static interface CreateAssociationBatchResponse.Builder extends SSMResponse.Builder, 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #successful(List) .successful - a consumer that will call methods on List.Builder #successful(List) 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 that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #failed(List) .failed - a consumer that will call methods on List.Builder #failed(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.