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
Modifier and TypeMethodDescriptionadditionalInfo(String additionalInfo) A user-defined string.The date when the status changed.The reason for the status.The status.name(AssociationStatusName name) The status.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, sdkFields 
- 
Method Details
- 
date
The date when the status changed.
- Parameters:
 date- The date when the status changed.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
name
The status.
- Parameters:
 name- The status.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
name
The status.
- Parameters:
 name- The status.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
message
The reason for the status.
- Parameters:
 message- The reason for the status.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
additionalInfo
A user-defined string.
- Parameters:
 additionalInfo- A user-defined string.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -