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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContainerRecipeSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the container recipe.ContainerRecipeSummary.BuildercontainerType(String containerType)Specifies the type of container, such as "Docker".ContainerRecipeSummary.BuildercontainerType(ContainerType containerType)Specifies the type of container, such as "Docker".ContainerRecipeSummary.BuilderdateCreated(String dateCreated)The date when this container recipe was created.ContainerRecipeSummary.Buildername(String name)The name of the container recipe.ContainerRecipeSummary.Builderowner(String owner)The owner of the container recipe.ContainerRecipeSummary.BuilderparentImage(String parentImage)The base image for the container recipe.ContainerRecipeSummary.Builderplatform(String platform)The system platform for the container, such as Windows or Linux.ContainerRecipeSummary.Builderplatform(Platform platform)The system platform for the container, such as Windows or Linux.ContainerRecipeSummary.Buildertags(Map<String,String> tags)Tags that are attached to the container recipe.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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.
-
platform
ContainerRecipeSummary.Builder platform(Platform platform)
The system platform for the container, such as Windows or Linux.
-
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.
-
-