ComponentVersion.Builder |
ComponentVersion.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the component.
|
static ComponentVersion.Builder |
ComponentVersion.builder() |
|
ComponentVersion.Builder |
ComponentVersion.Builder.dateCreated(String dateCreated) |
The date that the component was created.
|
ComponentVersion.Builder |
ComponentVersion.Builder.description(String description) |
The description of the component.
|
ComponentVersion.Builder |
ComponentVersion.Builder.name(String name) |
The name of the component.
|
ComponentVersion.Builder |
ComponentVersion.Builder.owner(String owner) |
The owner of the component.
|
ComponentVersion.Builder |
ComponentVersion.Builder.platform(String platform) |
The platform of the component.
|
ComponentVersion.Builder |
ComponentVersion.Builder.platform(Platform platform) |
The platform of the component.
|
ComponentVersion.Builder |
ComponentVersion.Builder.supportedOsVersions(String... supportedOsVersions) |
he operating system (OS) version supported by the component.
|
ComponentVersion.Builder |
ComponentVersion.Builder.supportedOsVersions(Collection<String> supportedOsVersions) |
he operating system (OS) version supported by the component.
|
ComponentVersion.Builder |
ComponentVersion.toBuilder() |
|
ComponentVersion.Builder |
ComponentVersion.Builder.type(String type) |
The type of the component denotes whether the component is used to build the image or only to test it.
|
ComponentVersion.Builder |
ComponentVersion.Builder.type(ComponentType type) |
The type of the component denotes whether the component is used to build the image or only to test it.
|
ComponentVersion.Builder |
ComponentVersion.Builder.version(String version) |
The semantic version of the component.
|