Interface AssociationStateReason.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssociationStateReason.Builder,AssociationStateReason>,SdkBuilder<AssociationStateReason.Builder,AssociationStateReason>,SdkPojo
- Enclosing class:
- AssociationStateReason
public static interface AssociationStateReason.Builder extends SdkPojo, CopyableBuilder<AssociationStateReason.Builder,AssociationStateReason>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociationStateReason.BuildererrorCode(String errorCode)The error code of the association deployment failure.AssociationStateReason.BuildererrorCode(AssociationErrorCode errorCode)The error code of the association deployment failure.AssociationStateReason.BuildererrorMessage(String errorMessage)The error message of the association deployment 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 Detail
-
errorCode
AssociationStateReason.Builder errorCode(String errorCode)
The error code of the association deployment failure.
- Parameters:
errorCode- The error code of the association deployment failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AssociationErrorCode,AssociationErrorCode
-
errorCode
AssociationStateReason.Builder errorCode(AssociationErrorCode errorCode)
The error code of the association deployment failure.
- Parameters:
errorCode- The error code of the association deployment failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AssociationErrorCode,AssociationErrorCode
-
errorMessage
AssociationStateReason.Builder errorMessage(String errorMessage)
The error message of the association deployment failure.
- Parameters:
errorMessage- The error message of the association deployment failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-