@Generated(value="software.amazon.awssdk:codegen") public final class ContainerRecipe extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ContainerRecipe.Builder,ContainerRecipe>
A container recipe.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ContainerRecipe.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the container recipe.
|
static ContainerRecipe.Builder |
builder() |
List<ComponentConfiguration> |
components()
Components for build and test that are included in the container recipe.
|
ContainerType |
containerType()
Specifies the type of container, such as Docker.
|
String |
containerTypeAsString()
Specifies the type of container, such as Docker.
|
String |
dateCreated()
The date when this container recipe was created.
|
String |
description()
The description of the container recipe.
|
String |
dockerfileTemplateData()
Dockerfiles are text documents that are used to build Docker containers, and ensure that they contain all of the
elements required by the application running inside.
|
Boolean |
encrypted()
A flag that indicates if the target container is encrypted.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasComponents()
Returns true if the Components property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
InstanceConfiguration |
instanceConfiguration()
A group of options that can be used to configure an instance for building and testing container images.
|
String |
kmsKeyId()
Identifies which KMS key is used to encrypt the container image for distribution to the target Region.
|
String |
name()
The name of the container recipe.
|
String |
owner()
The owner of the container recipe.
|
String |
parentImage()
The source image for the container recipe.
|
Platform |
platform()
The system platform for the container, such as Windows or Linux.
|
String |
platformAsString()
The system platform for the container, such as Windows or Linux.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ContainerRecipe.Builder> |
serializableBuilderClass() |
Map<String,String> |
tags()
Tags that are attached to the container recipe.
|
TargetContainerRepository |
targetRepository()
The destination repository for the container image.
|
ContainerRecipe.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
version()
The semantic version of the container recipe (<major>.<minor>.<patch>).
|
String |
workingDirectory()
The working directory for use during build and test workflows.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the container recipe.
public final ContainerType containerType()
Specifies the type of container, such as Docker.
If the service returns an enum value that is not available in the current SDK version, containerType
will return ContainerType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
containerTypeAsString().
ContainerTypepublic final String containerTypeAsString()
Specifies the type of container, such as Docker.
If the service returns an enum value that is not available in the current SDK version, containerType
will return ContainerType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
containerTypeAsString().
ContainerTypepublic final String name()
The name of the container recipe.
public final String description()
The description of the container recipe.
public final Platform platform()
The system platform for the container, such as Windows or Linux.
If the service returns an enum value that is not available in the current SDK version, platform will
return Platform.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
platformAsString().
Platformpublic final String platformAsString()
The system platform for the container, such as Windows or Linux.
If the service returns an enum value that is not available in the current SDK version, platform will
return Platform.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
platformAsString().
Platformpublic final String owner()
The owner of the container recipe.
public final String version()
The semantic version of the container recipe (<major>.<minor>.<patch>).
public final boolean hasComponents()
public final List<ComponentConfiguration> components()
Components for build and test that are included in the container recipe.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasComponents() to see if a value was sent in this field.
public final InstanceConfiguration instanceConfiguration()
A group of options that can be used to configure an instance for building and testing container images.
public final String dockerfileTemplateData()
Dockerfiles are text documents that are used to build Docker containers, and ensure that they contain all of the elements required by the application running inside. The template data consists of contextual variables where Image Builder places build information or scripts, based on your container image recipe.
public final String kmsKeyId()
Identifies which KMS key is used to encrypt the container image for distribution to the target Region.
public final Boolean encrypted()
A flag that indicates if the target container is encrypted.
public final String parentImage()
The source image for the container recipe.
public final String dateCreated()
The date when this container recipe was created.
public final boolean hasTags()
public final Map<String,String> tags()
Tags that are attached to the container recipe.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
public final String workingDirectory()
The working directory for use during build and test workflows.
public final TargetContainerRepository targetRepository()
The destination repository for the container image.
public ContainerRecipe.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ContainerRecipe.Builder,ContainerRecipe>public static ContainerRecipe.Builder builder()
public static Class<? extends ContainerRecipe.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.