Interface ContainerRecipeSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ContainerRecipeSummary.Builder,ContainerRecipeSummary>, SdkBuilder<ContainerRecipeSummary.Builder,ContainerRecipeSummary>, SdkPojo
Enclosing class:
ContainerRecipeSummary

public static interface ContainerRecipeSummary.Builder extends SdkPojo, CopyableBuilder<ContainerRecipeSummary.Builder,ContainerRecipeSummary>
  • 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.
    • 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.