Interface FailedBatchAssociationSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FailedBatchAssociationSummary.Builder,,FailedBatchAssociationSummary> SdkBuilder<FailedBatchAssociationSummary.Builder,,FailedBatchAssociationSummary> SdkPojo
- Enclosing class:
FailedBatchAssociationSummary
@Mutable
@NotThreadSafe
public static interface FailedBatchAssociationSummary.Builder
extends SdkPojo, CopyableBuilder<FailedBatchAssociationSummary.Builder,FailedBatchAssociationSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe error code indicating why the association failed.errorMessage(String errorMessage) An error message describing why the association failed.resourceArn(String resourceArn) The Amazon Resource Name (ARN) of the resource that failed to be associated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
resourceArn
The Amazon Resource Name (ARN) of the resource that failed to be associated.
- Parameters:
resourceArn- The Amazon Resource Name (ARN) of the resource that failed to be associated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCode
The error code indicating why the association failed.
- Parameters:
errorCode- The error code indicating why the association failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
An error message describing why the association failed.
- Parameters:
errorMessage- An error message describing why the association failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-