Class CreateImageRecipeRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.imagebuilder.model.ImagebuilderRequest
-
- software.amazon.awssdk.services.imagebuilder.model.CreateImageRecipeRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateImageRecipeRequest.Builder,CreateImageRecipeRequest>
@Generated("software.amazon.awssdk:codegen") public final class CreateImageRecipeRequest extends ImagebuilderRequest implements ToCopyableBuilder<CreateImageRecipeRequest.Builder,CreateImageRecipeRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateImageRecipeRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AdditionalInstanceConfigurationadditionalInstanceConfiguration()Specify additional settings and launch scripts for your build instances.List<InstanceBlockDeviceMapping>blockDeviceMappings()The block device mappings of the image recipe.static CreateImageRecipeRequest.Builderbuilder()StringclientToken()Unique, case-sensitive identifier you provide to ensure idempotency of the request.List<ComponentConfiguration>components()The components included in the image recipe.Stringdescription()The description of the image recipe.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)booleanhasBlockDeviceMappings()For responses, this returns true if the service returned a value for the BlockDeviceMappings property.booleanhasComponents()For responses, this returns true if the service returned a value for the Components property.inthashCode()booleanhasTags()For responses, this returns true if the service returned a value for the Tags property.Stringname()The name of the image recipe.StringparentImage()The base image of the image recipe.List<SdkField<?>>sdkFields()StringsemanticVersion()The semantic version of the image recipe.static Class<? extends CreateImageRecipeRequest.Builder>serializableBuilderClass()Map<String,String>tags()The tags of the image recipe.CreateImageRecipeRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringworkingDirectory()The working directory used during build and test workflows.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
name
public final String name()
The name of the image recipe.
- Returns:
- The name of the image recipe.
-
description
public final String description()
The description of the image recipe.
- Returns:
- The description of the image recipe.
-
semanticVersion
public final String semanticVersion()
The semantic version of the image recipe. This version follows the semantic version syntax.
The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.
Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number to the fourth node.
Patterns: You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01.
- Returns:
- The semantic version of the image recipe. This version follows the semantic version syntax.
The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.
Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number to the fourth node.
Patterns: You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01.
-
hasComponents
public final boolean hasComponents()
For responses, this returns true if the service returned a value for the Components property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
components
public final List<ComponentConfiguration> components()
The components included in the image recipe.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasComponents()method.- Returns:
- The components included in the image recipe.
-
parentImage
public final String parentImage()
The base image of the image recipe. The value of the string can be the ARN of the base image or an AMI ID. The format for the ARN follows this example:
arn:aws:imagebuilder:us-west-2:aws:image/windows-server-2016-english-full-base-x86/x.x.x. You can provide the specific version that you want to use, or you can use a wildcard in all of the fields. If you enter an AMI ID for the string value, you must have access to the AMI, and the AMI must be in the same Region in which you are using Image Builder.- Returns:
- The base image of the image recipe. The value of the string can be the ARN of the base image or an AMI
ID. The format for the ARN follows this example:
arn:aws:imagebuilder:us-west-2:aws:image/windows-server-2016-english-full-base-x86/x.x.x. You can provide the specific version that you want to use, or you can use a wildcard in all of the fields. If you enter an AMI ID for the string value, you must have access to the AMI, and the AMI must be in the same Region in which you are using Image Builder.
-
hasBlockDeviceMappings
public final boolean hasBlockDeviceMappings()
For responses, this returns true if the service returned a value for the BlockDeviceMappings property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
blockDeviceMappings
public final List<InstanceBlockDeviceMapping> blockDeviceMappings()
The block device mappings of the image recipe.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasBlockDeviceMappings()method.- Returns:
- The block device mappings of the image recipe.
-
hasTags
public final boolean hasTags()
For responses, this returns true if the service returned a value for the Tags property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
tags
public final Map<String,String> tags()
The tags of the image recipe.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasTags()method.- Returns:
- The tags of the image recipe.
-
workingDirectory
public final String workingDirectory()
The working directory used during build and test workflows.
- Returns:
- The working directory used during build and test workflows.
-
additionalInstanceConfiguration
public final AdditionalInstanceConfiguration additionalInstanceConfiguration()
Specify additional settings and launch scripts for your build instances.
- Returns:
- Specify additional settings and launch scripts for your build instances.
-
clientToken
public final String clientToken()
Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.
- Returns:
- Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.
-
toBuilder
public CreateImageRecipeRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateImageRecipeRequest.Builder,CreateImageRecipeRequest>- Specified by:
toBuilderin classImagebuilderRequest
-
builder
public static CreateImageRecipeRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateImageRecipeRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-