Interface ContainerRecipeSummary.Builder

    • Method Detail

      • arn

        ContainerRecipeSummary.Builder arn​(String 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, ContainerType
      • 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:
        ContainerType, ContainerType
      • name

        ContainerRecipeSummary.Builder name​(String 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

        ContainerRecipeSummary.Builder platform​(String 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, Platform
      • platform

        ContainerRecipeSummary.Builder platform​(Platform 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, Platform
      • owner

        ContainerRecipeSummary.Builder owner​(String 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

        ContainerRecipeSummary.Builder tags​(Map<String,​String> 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.