| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentParameterDetail |
ComponentParameterDetail.clone() |
ComponentParameterDetail |
ComponentParameterDetail.withDefaultValue(Collection<String> defaultValue)
The default value of this parameter if no input is provided.
|
ComponentParameterDetail |
ComponentParameterDetail.withDefaultValue(String... defaultValue)
The default value of this parameter if no input is provided.
|
ComponentParameterDetail |
ComponentParameterDetail.withDescription(String description)
Describes this parameter.
|
ComponentParameterDetail |
ComponentParameterDetail.withName(String name)
The name of this input parameter.
|
ComponentParameterDetail |
ComponentParameterDetail.withType(String type)
The type of input this parameter provides.
|
| Modifier and Type | Method and Description |
|---|---|
List<ComponentParameterDetail> |
Component.getParameters()
Contains parameter details for each of the parameters that are defined for the component.
|
| Modifier and Type | Method and Description |
|---|---|
Component |
Component.withParameters(ComponentParameterDetail... parameters)
Contains parameter details for each of the parameters that are defined for the component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Component.setParameters(Collection<ComponentParameterDetail> parameters)
Contains parameter details for each of the parameters that are defined for the component.
|
Component |
Component.withParameters(Collection<ComponentParameterDetail> parameters)
Contains parameter details for each of the parameters that are defined for the component.
|
Copyright © 2022. All rights reserved.