| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentVersion |
ComponentVersion.clone() |
ComponentVersion |
ComponentVersion.withArn(String arn)
The Amazon Resource Name (ARN) of the component.
|
ComponentVersion |
ComponentVersion.withDateCreated(String dateCreated)
The date that the component was created.
|
ComponentVersion |
ComponentVersion.withDescription(String description)
The description of the component.
|
ComponentVersion |
ComponentVersion.withName(String name)
The name of the component.
|
ComponentVersion |
ComponentVersion.withOwner(String owner)
The owner of the component.
|
ComponentVersion |
ComponentVersion.withPlatform(Platform platform)
The platform of the component.
|
ComponentVersion |
ComponentVersion.withPlatform(String platform)
The platform of the component.
|
ComponentVersion |
ComponentVersion.withSupportedOsVersions(Collection<String> supportedOsVersions)
he operating system (OS) version supported by the component.
|
ComponentVersion |
ComponentVersion.withSupportedOsVersions(String... supportedOsVersions)
he operating system (OS) version supported by the component.
|
ComponentVersion |
ComponentVersion.withType(ComponentType type)
The type of the component denotes whether the component is used to build the image or only to test it.
|
ComponentVersion |
ComponentVersion.withType(String type)
The type of the component denotes whether the component is used to build the image or only to test it.
|
ComponentVersion |
ComponentVersion.withVersion(String version)
The semantic version of the component.
|
| Modifier and Type | Method and Description |
|---|---|
List<ComponentVersion> |
ListComponentsResult.getComponentVersionList()
The list of component semantic versions.
|
| Modifier and Type | Method and Description |
|---|---|
ListComponentsResult |
ListComponentsResult.withComponentVersionList(ComponentVersion... componentVersionList)
The list of component semantic versions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListComponentsResult.setComponentVersionList(Collection<ComponentVersion> componentVersionList)
The list of component semantic versions.
|
ListComponentsResult |
ListComponentsResult.withComponentVersionList(Collection<ComponentVersion> componentVersionList)
The list of component semantic versions.
|
Copyright © 2021. All rights reserved.