Interface ContainerRecipeSummary.Builder

  • Method Details

    • arn

      The Amazon Resource Name (ARN) of the container recipe.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the container recipe.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • containerType

      ContainerRecipeSummary.Builder containerType(String containerType)

      Specifies the type of container, such as "Docker".

      Parameters:
      containerType - Specifies the type of container, such as "Docker".
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • containerType

      ContainerRecipeSummary.Builder containerType(ContainerType containerType)

      Specifies the type of container, such as "Docker".

      Parameters:
      containerType - Specifies the type of container, such as "Docker".
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • name

      The name of the container recipe.

      Parameters:
      name - The name of the container recipe.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • platform

      The system platform for the container, such as Windows or Linux.

      Parameters:
      platform - The system platform for the container, such as Windows or Linux.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • platform

      The system platform for the container, such as Windows or Linux.

      Parameters:
      platform - The system platform for the container, such as Windows or Linux.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • owner

      The owner of the container recipe.

      Parameters:
      owner - The owner of the container recipe.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • parentImage

      ContainerRecipeSummary.Builder parentImage(String parentImage)

      The base image for the container recipe.

      Parameters:
      parentImage - The base image for the container recipe.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dateCreated

      ContainerRecipeSummary.Builder dateCreated(String dateCreated)

      The date when this container recipe was created.

      Parameters:
      dateCreated - The date when this container recipe was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • instanceImage

      ContainerRecipeSummary.Builder instanceImage(String instanceImage)

      The base image for a container build and test instance. This can contain an AMI ID or it can specify an Amazon Web Services Systems Manager (SSM) Parameter Store Parameter, prefixed by ssm:, followed by the parameter name or ARN.

      If not specified, Image Builder uses the appropriate ECS-optimized AMI as a base image.

      Parameters:
      instanceImage - The base image for a container build and test instance. This can contain an AMI ID or it can specify an Amazon Web Services Systems Manager (SSM) Parameter Store Parameter, prefixed by ssm:, followed by the parameter name or ARN.

      If not specified, Image Builder uses the appropriate ECS-optimized AMI as a base image.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      Tags that are attached to the container recipe.

      Parameters:
      tags - Tags that are attached to the container recipe.
      Returns:
      Returns a reference to this object so that method calls can be chained together.