Interface FailedCreateAssociation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FailedCreateAssociation.Builder,
,FailedCreateAssociation> SdkBuilder<FailedCreateAssociation.Builder,
,FailedCreateAssociation> SdkPojo
- Enclosing class:
FailedCreateAssociation
public static interface FailedCreateAssociation.Builder
extends SdkPojo, CopyableBuilder<FailedCreateAssociation.Builder,FailedCreateAssociation>
-
Method Summary
Modifier and TypeMethodDescriptiondefault FailedCreateAssociation.Builder
The association.The association.The source of the failure.The source of the failure.A description of the failure.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
entry
The association.
- Parameters:
entry
- The association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entry
default FailedCreateAssociation.Builder entry(Consumer<CreateAssociationBatchRequestEntry.Builder> entry) The association.
This is a convenience method that creates an instance of theCreateAssociationBatchRequestEntry.Builder
avoiding the need to create one manually viaCreateAssociationBatchRequestEntry.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toentry(CreateAssociationBatchRequestEntry)
.- Parameters:
entry
- a consumer that will call methods onCreateAssociationBatchRequestEntry.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
message
A description of the failure.
- Parameters:
message
- A description of the failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fault
The source of the failure.
- Parameters:
fault
- The source of the failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
fault
The source of the failure.
- Parameters:
fault
- The source of the failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-