public static interface ComponentVersion.Builder extends SdkPojo, CopyableBuilder<ComponentVersion.Builder,ComponentVersion>
| Modifier and Type | Method and Description |
|---|---|
ComponentVersion.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the component.
|
ComponentVersion.Builder |
dateCreated(String dateCreated)
The date that the component was created.
|
ComponentVersion.Builder |
description(String description)
The description of the component.
|
ComponentVersion.Builder |
name(String name)
The name of the component.
|
ComponentVersion.Builder |
owner(String owner)
The owner of the component.
|
ComponentVersion.Builder |
platform(Platform platform)
The platform of the component.
|
ComponentVersion.Builder |
platform(String platform)
The platform of the component.
|
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 |
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 |
version(String version)
The semantic version of the component.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildComponentVersion.Builder arn(String arn)
The Amazon Resource Name (ARN) of the component.
arn - The Amazon Resource Name (ARN) of the component.ComponentVersion.Builder name(String name)
The name of the component.
name - The name of the component.ComponentVersion.Builder version(String version)
The semantic version of the component.
version - The semantic version of the component.ComponentVersion.Builder description(String description)
The description of the component.
description - The description of the component.ComponentVersion.Builder platform(String platform)
The platform of the component.
ComponentVersion.Builder platform(Platform platform)
The platform of the component.
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.
type - The type of the component denotes whether the component is used to build the image or only to test it.ComponentType,
ComponentTypeComponentVersion.Builder type(ComponentType type)
The type of the component denotes whether the component is used to build the image or only to test it.
type - The type of the component denotes whether the component is used to build the image or only to test it.ComponentType,
ComponentTypeComponentVersion.Builder owner(String owner)
The owner of the component.
owner - The owner of the component.ComponentVersion.Builder dateCreated(String dateCreated)
The date that the component was created.
dateCreated - The date that the component was created.Copyright © 2020. All rights reserved.