| Package | Description |
|---|---|
| software.amazon.awssdk.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
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(Platform platform)
The platform of the component.
|
ComponentVersion.Builder |
ComponentVersion.Builder.platform(String platform)
The platform of the component.
|
ComponentVersion.Builder |
ComponentVersion.toBuilder() |
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.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.version(String version)
The semantic version of the component.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ComponentVersion.Builder> |
ComponentVersion.serializableBuilderClass() |
Copyright © 2020. All rights reserved.