Class ImageSummary
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<ImageSummary.Builder,
ImageSummary>
An image summary.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal String
arn()
The Amazon Resource Name (ARN) of the image.static ImageSummary.Builder
builder()
final BuildType
Indicates the type of build that created this image.final String
Indicates the type of build that created this image.final String
The date on which Image Builder created this image.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final boolean
hasTags()
For responses, this returns true if the service returned a value for the Tags property.final ImageSource
The origin of the base image that Image Builder used to build this image.final String
The origin of the base image that Image Builder used to build this image.final String
name()
The name of the image.final String
The operating system version of the instances that launch from this image.final OutputResources
The output resources that Image Builder produced when it created this image.final String
owner()
The owner of the image.final Platform
platform()
The image operating system platform, such as Linux or Windows.final String
The image operating system platform, such as Linux or Windows.static Class
<? extends ImageSummary.Builder> final ImageState
state()
The state of the image.tags()
The tags that apply to this image.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.final ImageType
type()
Specifies whether this image produces an AMI or a container image.final String
Specifies whether this image produces an AMI or a container image.final String
version()
The version of the image.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the image.
- Returns:
- The Amazon Resource Name (ARN) of the image.
-
name
The name of the image.
- Returns:
- The name of the image.
-
type
Specifies whether this image produces an AMI or a container image.
If the service returns an enum value that is not available in the current SDK version,
type
will returnImageType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromtypeAsString()
.- Returns:
- Specifies whether this image produces an AMI or a container image.
- See Also:
-
typeAsString
Specifies whether this image produces an AMI or a container image.
If the service returns an enum value that is not available in the current SDK version,
type
will returnImageType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromtypeAsString()
.- Returns:
- Specifies whether this image produces an AMI or a container image.
- See Also:
-
version
The version of the image.
- Returns:
- The version of the image.
-
platform
The image operating system platform, such as Linux or Windows.
If the service returns an enum value that is not available in the current SDK version,
platform
will returnPlatform.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromplatformAsString()
.- Returns:
- The image operating system platform, such as Linux or Windows.
- See Also:
-
platformAsString
The image operating system platform, such as Linux or Windows.
If the service returns an enum value that is not available in the current SDK version,
platform
will returnPlatform.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromplatformAsString()
.- Returns:
- The image operating system platform, such as Linux or Windows.
- See Also:
-
osVersion
The operating system version of the instances that launch from this image. For example, Amazon Linux 2, Ubuntu 18, or Microsoft Windows Server 2019.
- Returns:
- The operating system version of the instances that launch from this image. For example, Amazon Linux 2, Ubuntu 18, or Microsoft Windows Server 2019.
-
state
The state of the image.
- Returns:
- The state of the image.
-
owner
The owner of the image.
- Returns:
- The owner of the image.
-
dateCreated
The date on which Image Builder created this image.
- Returns:
- The date on which Image Builder created this image.
-
outputResources
The output resources that Image Builder produced when it created this image.
- Returns:
- The output resources that Image Builder produced when it created this image.
-
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
The tags that apply to this image.
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 that apply to this image.
-
buildType
Indicates the type of build that created this image. The build can be initiated in the following ways:
-
USER_INITIATED – A manual pipeline build request.
-
SCHEDULED – A pipeline build initiated by a cron expression in the Image Builder pipeline, or from EventBridge.
-
IMPORT – A VM import created the image to use as the base image for the recipe.
If the service returns an enum value that is not available in the current SDK version,
buildType
will returnBuildType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frombuildTypeAsString()
.- Returns:
- Indicates the type of build that created this image. The build can be initiated in the following
ways:
-
USER_INITIATED – A manual pipeline build request.
-
SCHEDULED – A pipeline build initiated by a cron expression in the Image Builder pipeline, or from EventBridge.
-
IMPORT – A VM import created the image to use as the base image for the recipe.
-
- See Also:
-
-
buildTypeAsString
Indicates the type of build that created this image. The build can be initiated in the following ways:
-
USER_INITIATED – A manual pipeline build request.
-
SCHEDULED – A pipeline build initiated by a cron expression in the Image Builder pipeline, or from EventBridge.
-
IMPORT – A VM import created the image to use as the base image for the recipe.
If the service returns an enum value that is not available in the current SDK version,
buildType
will returnBuildType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frombuildTypeAsString()
.- Returns:
- Indicates the type of build that created this image. The build can be initiated in the following
ways:
-
USER_INITIATED – A manual pipeline build request.
-
SCHEDULED – A pipeline build initiated by a cron expression in the Image Builder pipeline, or from EventBridge.
-
IMPORT – A VM import created the image to use as the base image for the recipe.
-
- See Also:
-
-
imageSource
The origin of the base image that Image Builder used to build this image.
If the service returns an enum value that is not available in the current SDK version,
imageSource
will returnImageSource.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromimageSourceAsString()
.- Returns:
- The origin of the base image that Image Builder used to build this image.
- See Also:
-
imageSourceAsString
The origin of the base image that Image Builder used to build this image.
If the service returns an enum value that is not available in the current SDK version,
imageSource
will returnImageSource.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromimageSourceAsString()
.- Returns:
- The origin of the base image that Image Builder used to build this image.
- See Also:
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<ImageSummary.Builder,
ImageSummary> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
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
-
sdkFields
-