Uses of Interface
software.amazon.awssdk.services.imagebuilder.model.ComponentParameter.Builder
-
Packages that use ComponentParameter.Builder Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of ComponentParameter.Builder in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return ComponentParameter.Builder Modifier and Type Method Description static ComponentParameter.BuilderComponentParameter. builder()ComponentParameter.BuilderComponentParameter.Builder. name(String name)The name of the component parameter to set.ComponentParameter.BuilderComponentParameter. toBuilder()ComponentParameter.BuilderComponentParameter.Builder. value(String... value)Sets the value for the named component parameter.ComponentParameter.BuilderComponentParameter.Builder. value(Collection<String> value)Sets the value for the named component parameter.Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type ComponentParameter.Builder Modifier and Type Method Description static Class<? extends ComponentParameter.Builder>ComponentParameter. serializableBuilderClass()
-