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