public static interface CreateAssociationBatchResponse.Builder extends 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.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setSuccessful(java.util.Collection) or #withSuccessful(java.util.Collection) if you want to
override the existing values.
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.
NOTE: This method appends the values to the existing list (if any). Use
#setFailed(java.util.Collection) or #withFailed(java.util.Collection) if you want to override
the existing values.
failed - Information about the associations that failed.Copyright © 2017. All rights reserved.