public static interface CreateAssociationBatchResponse.Builder extends SSMResponse.Builder, software.amazon.awssdk.utils.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(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.
|
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 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.Copyright © 2018. All rights reserved.