public static interface FailedCreateAssociation.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<FailedCreateAssociation.Builder,FailedCreateAssociation>
| Modifier and Type | Method and Description |
|---|---|
FailedCreateAssociation.Builder |
entry(CreateAssociationBatchRequestEntry entry)
The association.
|
FailedCreateAssociation.Builder |
fault(Fault fault)
The source of the failure.
|
FailedCreateAssociation.Builder |
fault(String fault)
The source of the failure.
|
FailedCreateAssociation.Builder |
message(String message)
A description of the failure.
|
copyapply, buildFailedCreateAssociation.Builder entry(CreateAssociationBatchRequestEntry entry)
The association.
entry - The association.FailedCreateAssociation.Builder message(String message)
A description of the failure.
message - A description of the failure.FailedCreateAssociation.Builder fault(String fault)
The source of the failure.
fault - The source of the failure.FaultFailedCreateAssociation.Builder fault(Fault fault)
The source of the failure.
fault - The source of the failure.FaultCopyright © 2017. All rights reserved.