Interface ComponentState.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ComponentState.Builder,,ComponentState> SdkBuilder<ComponentState.Builder,,ComponentState> SdkPojo
- Enclosing class:
 ComponentState
@Mutable
@NotThreadSafe
public static interface ComponentState.Builder
extends SdkPojo, CopyableBuilder<ComponentState.Builder,ComponentState> 
- 
Method Summary
Modifier and TypeMethodDescriptionDescribes how or why the component changed state.The current state of the component.status(ComponentStatus status) The current state of the component.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
- 
status
The current state of the component.
- Parameters:
 status- The current state of the component.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
status
The current state of the component.
- Parameters:
 status- The current state of the component.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
reason
Describes how or why the component changed state.
- Parameters:
 reason- Describes how or why the component changed state.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -