Uses of Interface
software.amazon.awssdk.services.imagebuilder.model.ComponentState.Builder
-
Packages that use ComponentState.Builder Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of ComponentState.Builder in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return ComponentState.Builder Modifier and Type Method Description static ComponentState.BuilderComponentState. builder()ComponentState.BuilderComponentState.Builder. reason(String reason)Describes how or why the component changed state.ComponentState.BuilderComponentState.Builder. status(String status)The current state of the component.ComponentState.BuilderComponentState.Builder. status(ComponentStatus status)The current state of the component.ComponentState.BuilderComponentState. toBuilder()Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type ComponentState.Builder Modifier and Type Method Description static Class<? extends ComponentState.Builder>ComponentState. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.imagebuilder.model with type arguments of type ComponentState.Builder Modifier and Type Method Description default Component.BuilderComponent.Builder. state(Consumer<ComponentState.Builder> state)Describes the current status of the component.default ComponentSummary.BuilderComponentSummary.Builder. state(Consumer<ComponentState.Builder> state)Describes the current status of the component.
-