@Generated(value="software.amazon.awssdk:codegen") public final class CreateContainerRecipeRequest extends ImagebuilderRequest implements ToCopyableBuilder<CreateContainerRecipeRequest.Builder,CreateContainerRecipeRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateContainerRecipeRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateContainerRecipeRequest.Builder |
builder() |
String |
clientToken()
The client token used to make this request idempotent.
|
List<ComponentConfiguration> |
components()
Components for build and test that are included in the container recipe.
|
ContainerType |
containerType()
The type of container to create.
|
String |
containerTypeAsString()
The type of container to create.
|
String |
description()
The description of the container recipe.
|
String |
dockerfileTemplateData()
The Dockerfile template used to build your image as an inline data blob.
|
String |
dockerfileTemplateUri()
The S3 URI for the Dockerfile that will be used to build your container image.
|
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).
|
String |
imageOsVersionOverride()
Specifies the operating system version for the source image.
|
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.
|
String |
name()
The name of the container recipe.
|
String |
parentImage()
The source image for the container recipe.
|
Platform |
platformOverride()
Specifies the operating system platform when you use a custom source image.
|
String |
platformOverrideAsString()
Specifies the operating system platform when you use a custom source image.
|
List<SdkField<?>> |
sdkFields() |
String |
semanticVersion()
The semantic version of the container recipe (<major>.<minor>.<patch>).
|
static Class<? extends CreateContainerRecipeRequest.Builder> |
serializableBuilderClass() |
Map<String,String> |
tags()
Tags that are attached to the container recipe.
|
TargetContainerRepository |
targetRepository()
The destination repository for the container image.
|
CreateContainerRecipeRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workingDirectory()
The working directory for use during build and test workflows.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ContainerType containerType()
The type of container to create.
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()
The type of container to create.
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 String semanticVersion()
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()
The Dockerfile template used to build your image as an inline data blob.
public final String dockerfileTemplateUri()
The S3 URI for the Dockerfile that will be used to build your container image.
public final Platform platformOverride()
Specifies the operating system platform when you use a custom source image.
If the service returns an enum value that is not available in the current SDK version, platformOverride
will return Platform.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
platformOverrideAsString().
Platformpublic final String platformOverrideAsString()
Specifies the operating system platform when you use a custom source image.
If the service returns an enum value that is not available in the current SDK version, platformOverride
will return Platform.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
platformOverrideAsString().
Platformpublic final String imageOsVersionOverride()
Specifies the operating system version for the source image.
public final String parentImage()
The source image for the container recipe.
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 final String kmsKeyId()
Identifies which KMS key is used to encrypt the container image.
public final String clientToken()
The client token used to make this request idempotent.
public CreateContainerRecipeRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateContainerRecipeRequest.Builder,CreateContainerRecipeRequest>toBuilder in class ImagebuilderRequestpublic static CreateContainerRecipeRequest.Builder builder()
public static Class<? extends CreateContainerRecipeRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.