static ComponentConfiguration.Builder |
ComponentConfiguration.builder() |
|
ComponentConfiguration.Builder |
ComponentConfiguration.Builder.componentArn(String componentArn) |
The Amazon Resource Name (ARN) of the component.
|
ComponentConfiguration.Builder |
ComponentConfiguration.Builder.parameters(Collection<ComponentParameter> parameters) |
A group of parameter settings that Image Builder uses to configure the component for a specific recipe.
|
ComponentConfiguration.Builder |
ComponentConfiguration.Builder.parameters(Consumer<ComponentParameter.Builder>... parameters) |
A group of parameter settings that Image Builder uses to configure the component for a specific recipe.
|
ComponentConfiguration.Builder |
ComponentConfiguration.Builder.parameters(ComponentParameter... parameters) |
A group of parameter settings that Image Builder uses to configure the component for a specific recipe.
|
ComponentConfiguration.Builder |
ComponentConfiguration.toBuilder() |
|