Interface ComponentConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ComponentConfiguration.Builder,,- ComponentConfiguration> - SdkBuilder<ComponentConfiguration.Builder,,- ComponentConfiguration> - SdkPojo
- Enclosing class:
- ComponentConfiguration
@Mutable
@NotThreadSafe
public static interface ComponentConfiguration.Builder
extends SdkPojo, CopyableBuilder<ComponentConfiguration.Builder,ComponentConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptioncomponentArn(String componentArn) The Amazon Resource Name (ARN) of the component.parameters(Collection<ComponentParameter> parameters) A group of parameter settings that Image Builder uses to configure the component for a specific recipe.parameters(Consumer<ComponentParameter.Builder>... parameters) A group of parameter settings that Image Builder uses to configure the component for a specific recipe.parameters(ComponentParameter... parameters) A group of parameter settings that Image Builder uses to configure the component for a specific recipe.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
componentArnThe Amazon Resource Name (ARN) of the component. - Parameters:
- componentArn- The Amazon Resource Name (ARN) of the component.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
parametersA group of parameter settings that Image Builder uses to configure the component for a specific recipe. - Parameters:
- parameters- A group of parameter settings that Image Builder uses to configure the component for a specific recipe.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
parametersA group of parameter settings that Image Builder uses to configure the component for a specific recipe. - Parameters:
- parameters- A group of parameter settings that Image Builder uses to configure the component for a specific recipe.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
parametersA 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.Builderavoiding the need to create one manually viaComponentParameter.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toparameters(List<ComponentParameter>).- Parameters:
- parameters- a consumer that will call methods on- ComponentParameter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-