| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentParameter |
ComponentParameter.clone() |
ComponentParameter |
ComponentParameter.withName(String name)
The name of the component parameter to set.
|
ComponentParameter |
ComponentParameter.withValue(Collection<String> value)
Sets the value for the named component parameter.
|
ComponentParameter |
ComponentParameter.withValue(String... value)
Sets the value for the named component parameter.
|
| Modifier and Type | Method and Description |
|---|---|
List<ComponentParameter> |
ComponentConfiguration.getParameters()
A group of parameter settings that Image Builder uses to configure the component for a specific recipe.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentConfiguration |
ComponentConfiguration.withParameters(ComponentParameter... parameters)
A group of parameter settings that Image Builder uses to configure the component for a specific recipe.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentConfiguration.setParameters(Collection<ComponentParameter> parameters)
A group of parameter settings that Image Builder uses to configure the component for a specific recipe.
|
ComponentConfiguration |
ComponentConfiguration.withParameters(Collection<ComponentParameter> parameters)
A group of parameter settings that Image Builder uses to configure the component for a specific recipe.
|
Copyright © 2024. All rights reserved.