public static interface ComponentConfiguration.Builder extends SdkPojo, CopyableBuilder<ComponentConfiguration.Builder,ComponentConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ComponentConfiguration.Builder |
componentArn(String componentArn)
The Amazon Resource Name (ARN) of the component.
|
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 |
parameters(ComponentParameter... parameters)
A group of parameter settings that Image Builder uses to configure the component for a specific recipe.
|
ComponentConfiguration.Builder |
parameters(Consumer<ComponentParameter.Builder>... parameters)
A group of parameter settings that Image Builder uses to configure the component for a specific recipe.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildComponentConfiguration.Builder componentArn(String componentArn)
The Amazon Resource Name (ARN) of the component.
componentArn - The Amazon Resource Name (ARN) of the component.ComponentConfiguration.Builder parameters(Collection<ComponentParameter> parameters)
A group of parameter settings that Image Builder uses to configure the component for a specific recipe.
parameters - A group of parameter settings that Image Builder uses to configure the component for a specific
recipe.ComponentConfiguration.Builder parameters(ComponentParameter... parameters)
A group of parameter settings that Image Builder uses to configure the component for a specific recipe.
parameters - A group of parameter settings that Image Builder uses to configure the component for a specific
recipe.ComponentConfiguration.Builder parameters(Consumer<ComponentParameter.Builder>... parameters)
A group of parameter settings that Image Builder uses to configure the component for a specific recipe.
This is a convenience method that creates an instance of theComponentParameter.Builder avoiding the need to
create one manually via
ComponentParameter.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #parameters(List.
parameters - a consumer that will call methods on
ComponentParameter.Builder#parameters(java.util.Collection) Copyright © 2023. All rights reserved.