Interface ComponentState.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ComponentState.Builder,ComponentState>, SdkBuilder<ComponentState.Builder,ComponentState>, SdkPojo
Enclosing class:
ComponentState

public static interface ComponentState.Builder extends SdkPojo, CopyableBuilder<ComponentState.Builder,ComponentState>
  • 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.