Uses of Interface
software.amazon.awssdk.services.proton.model.ComponentState.Builder
-
Packages that use ComponentState.Builder Package Description software.amazon.awssdk.services.proton.model -
-
Uses of ComponentState.Builder in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return ComponentState.Builder Modifier and Type Method Description static ComponentState.BuilderComponentState. builder()ComponentState.BuilderComponentState.Builder. serviceInstanceName(String serviceInstanceName)The name of the service instance that this component is attached to.ComponentState.BuilderComponentState.Builder. serviceName(String serviceName)The name of the service thatserviceInstanceNameis associated with.ComponentState.BuilderComponentState.Builder. serviceSpec(String serviceSpec)The service spec that the component uses to access service inputs.ComponentState.BuilderComponentState.Builder. templateFile(String templateFile)The template file used.ComponentState.BuilderComponentState. toBuilder()Methods in software.amazon.awssdk.services.proton.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.proton.model with type arguments of type ComponentState.Builder Modifier and Type Method Description default DeploymentState.BuilderDeploymentState.Builder. component(Consumer<ComponentState.Builder> component)The state of the component associated with the deployment.static DeploymentStateDeploymentState. fromComponent(Consumer<ComponentState.Builder> component)Create an instance of this class withDeploymentState.component()initialized to the given value.
-