| Package | Description |
|---|---|
| software.amazon.awssdk.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
BuildType |
ImageVersion.buildType()
Indicates the type of build that created this image.
|
BuildType |
Image.buildType()
Indicates the type of build that created this image.
|
BuildType |
ImageSummary.buildType()
Indicates the type of build that created this image.
|
static BuildType |
BuildType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static BuildType |
BuildType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuildType[] |
BuildType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<BuildType> |
BuildType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ImageVersion.Builder |
ImageVersion.Builder.buildType(BuildType buildType)
Indicates the type of build that created this image.
|
Image.Builder |
Image.Builder.buildType(BuildType buildType)
Indicates the type of build that created this image.
|
ImageSummary.Builder |
ImageSummary.Builder.buildType(BuildType buildType)
Indicates the type of build that created this image.
|
Copyright © 2022. All rights reserved.