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(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.
|
buildcopyapply, 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.