Interface ContainerRecipeSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ContainerRecipeSummary.Builder,,- ContainerRecipeSummary> - SdkBuilder<ContainerRecipeSummary.Builder,,- ContainerRecipeSummary> - SdkPojo
- Enclosing class:
- ContainerRecipeSummary
- 
Method SummaryModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the container recipe.containerType(String containerType) Specifies the type of container, such as "Docker".containerType(ContainerType containerType) Specifies the type of container, such as "Docker".dateCreated(String dateCreated) The date when this container recipe was created.instanceImage(String instanceImage) The base image for a container build and test instance.The name of the container recipe.The owner of the container recipe.parentImage(String parentImage) The base image for the container recipe.The system platform for the container, such as Windows or Linux.The system platform for the container, such as Windows or Linux.Tags that are attached to the container recipe.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
arnThe 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.
 
- 
containerTypeSpecifies 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:
 
- 
containerTypeSpecifies 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:
 
- 
nameThe 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.
 
- 
platformThe 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:
 
- 
platformThe 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:
 
- 
ownerThe 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.
 
- 
parentImageThe 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.
 
- 
dateCreatedThe 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.
 
- 
instanceImageThe 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.
 
- 
tagsTags 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.
 
 
-