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 are used to configure the component for a specific recipe.
|
ComponentConfiguration.Builder |
parameters(ComponentParameter... parameters)
A group of parameter settings that are used to configure the component for a specific recipe.
|
ComponentConfiguration.Builder |
parameters(Consumer<ComponentParameter.Builder>... parameters)
A group of parameter settings that are used 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 are used to configure the component for a specific recipe.
parameters - A group of parameter settings that are used to configure the component for a specific recipe.ComponentConfiguration.Builder parameters(ComponentParameter... parameters)
A group of parameter settings that are used to configure the component for a specific recipe.
parameters - A group of parameter settings that are used to configure the component for a specific recipe.ComponentConfiguration.Builder parameters(Consumer<ComponentParameter.Builder>... parameters)
A group of parameter settings that are used to configure the component for a specific recipe.
This is a convenience method that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #parameters(List) .parameters - a consumer that will call methods on List.Builder #parameters(List) Copyright © 2022. All rights reserved.