public static interface ComponentSummary.Builder extends SdkPojo, CopyableBuilder<ComponentSummary.Builder,ComponentSummary>
| Modifier and Type | Method and Description |
|---|---|
ComponentSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the component.
|
ComponentSummary.Builder |
changeDescription(String changeDescription)
The change description of the component.
|
ComponentSummary.Builder |
dateCreated(String dateCreated)
The date that the component was created.
|
ComponentSummary.Builder |
description(String description)
The description of the component.
|
ComponentSummary.Builder |
name(String name)
The name of the component.
|
ComponentSummary.Builder |
owner(String owner)
The owner of the component.
|
ComponentSummary.Builder |
platform(Platform platform)
The platform of the component.
|
ComponentSummary.Builder |
platform(String platform)
The platform of the component.
|
ComponentSummary.Builder |
supportedOsVersions(Collection<String> supportedOsVersions)
The operating system (OS) version supported by the component.
|
ComponentSummary.Builder |
supportedOsVersions(String... supportedOsVersions)
The operating system (OS) version supported by the component.
|
ComponentSummary.Builder |
tags(Map<String,String> tags)
The tags associated with the component.
|
ComponentSummary.Builder |
type(ComponentType type)
The type of the component denotes whether the component is used to build the image or only to test it.
|
ComponentSummary.Builder |
type(String type)
The type of the component denotes whether the component is used to build the image or only to test it.
|
ComponentSummary.Builder |
version(String version)
The version of the component.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildComponentSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the component.
arn - The Amazon Resource Name (ARN) of the component.ComponentSummary.Builder name(String name)
The name of the component.
name - The name of the component.ComponentSummary.Builder version(String version)
The version of the component.
version - The version of the component.ComponentSummary.Builder platform(String platform)
The platform of the component.
ComponentSummary.Builder platform(Platform platform)
The platform of the component.
ComponentSummary.Builder supportedOsVersions(Collection<String> supportedOsVersions)
The operating system (OS) version supported by the component. If the OS information is available, a prefix match is performed against the parent image OS version during image recipe creation.
supportedOsVersions - The operating system (OS) version supported by the component. If the OS information is available, a
prefix match is performed against the parent image OS version during image recipe creation.ComponentSummary.Builder supportedOsVersions(String... supportedOsVersions)
The operating system (OS) version supported by the component. If the OS information is available, a prefix match is performed against the parent image OS version during image recipe creation.
supportedOsVersions - The operating system (OS) version supported by the component. If the OS information is available, a
prefix match is performed against the parent image OS version during image recipe creation.ComponentSummary.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,
ComponentTypeComponentSummary.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,
ComponentTypeComponentSummary.Builder owner(String owner)
The owner of the component.
owner - The owner of the component.ComponentSummary.Builder description(String description)
The description of the component.
description - The description of the component.ComponentSummary.Builder changeDescription(String changeDescription)
The change description of the component.
changeDescription - The change description of the component.ComponentSummary.Builder dateCreated(String dateCreated)
The date that the component was created.
dateCreated - The date that the component was created.ComponentSummary.Builder tags(Map<String,String> tags)
The tags associated with the component.
tags - The tags associated with the component.Copyright © 2021. All rights reserved.