| Package | Description |
|---|---|
| software.amazon.awssdk.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
static ComponentState.Builder |
ComponentState.builder() |
ComponentState.Builder |
ComponentState.Builder.reason(String reason)
Describes how or why the component changed state.
|
ComponentState.Builder |
ComponentState.Builder.status(ComponentStatus status)
The current state of the component.
|
ComponentState.Builder |
ComponentState.Builder.status(String status)
The current state of the component.
|
ComponentState.Builder |
ComponentState.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ComponentState.Builder> |
ComponentState.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ComponentSummary.Builder |
ComponentSummary.Builder.state(Consumer<ComponentState.Builder> state)
Describes the current status of the component.
|
default Component.Builder |
Component.Builder.state(Consumer<ComponentState.Builder> state)
Describes the current status of the component.
|
Copyright © 2023. All rights reserved.