Interface AssociateResourceError.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AssociateResourceError.Builder,,AssociateResourceError> SdkBuilder<AssociateResourceError.Builder,,AssociateResourceError> SdkPojo
- Enclosing class:
 AssociateResourceError
public static interface AssociateResourceError.Builder
extends SdkPojo, CopyableBuilder<AssociateResourceError.Builder,AssociateResourceError> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe reason why the resource association failed.A static error code that's used to classify the type of failure.reason(AssociateResourceErrorReason reason) A static error code that's used to classify the type of failure.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
- 
message
The reason why the resource association failed.
- Parameters:
 message- The reason why the resource association failed.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
reason
A static error code that's used to classify the type of failure.
- Parameters:
 reason- A static error code that's used to classify the type of failure.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
reason
A static error code that's used to classify the type of failure.
- Parameters:
 reason- A static error code that's used to classify the type of failure.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -