Interface AssociationStateDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssociationStateDetails.Builder,AssociationStateDetails>,SdkBuilder<AssociationStateDetails.Builder,AssociationStateDetails>,SdkPojo
- Enclosing class:
- AssociationStateDetails
public static interface AssociationStateDetails.Builder extends SdkPojo, CopyableBuilder<AssociationStateDetails.Builder,AssociationStateDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociationStateDetails.Builderstate(String state)The state of the association.AssociationStateDetails.BuilderstatusMessage(String statusMessage)The status message, if applicable.-
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
-
state
AssociationStateDetails.Builder state(String state)
The state of the association.
- Parameters:
state- The state of the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusMessage
AssociationStateDetails.Builder statusMessage(String statusMessage)
The status message, if applicable.
- Parameters:
statusMessage- The status message, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-