public static interface ComponentState.Builder extends SdkPojo, CopyableBuilder<ComponentState.Builder,ComponentState>
| Modifier and Type | Method and Description |
|---|---|
ComponentState.Builder |
reason(String reason)
Describes how or why the component changed state.
|
ComponentState.Builder |
status(ComponentStatus status)
The current state of the component.
|
ComponentState.Builder |
status(String status)
The current state of the component.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildComponentState.Builder status(String status)
The current state of the component.
status - The current state of the component.ComponentStatus,
ComponentStatusComponentState.Builder status(ComponentStatus status)
The current state of the component.
status - The current state of the component.ComponentStatus,
ComponentStatusComponentState.Builder reason(String reason)
Describes how or why the component changed state.
reason - Describes how or why the component changed state.Copyright © 2023. All rights reserved.