Interface ComponentConfiguration.Builder

    • Method Detail

      • componentArn

        ComponentConfiguration.Builder componentArn​(String componentArn)

        The 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.
      • parameters

        ComponentConfiguration.Builder parameters​(Collection<ComponentParameter> parameters)

        A 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.
      • parameters

        ComponentConfiguration.Builder parameters​(ComponentParameter... parameters)

        A 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.