| Package | Description |
|---|---|
| software.amazon.awssdk.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentSummary.Builder |
ComponentSummary.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the component.
|
static ComponentSummary.Builder |
ComponentSummary.builder() |
ComponentSummary.Builder |
ComponentSummary.Builder.changeDescription(String changeDescription)
The change description of the component.
|
ComponentSummary.Builder |
ComponentSummary.Builder.dateCreated(String dateCreated)
The date that the component was created.
|
ComponentSummary.Builder |
ComponentSummary.Builder.description(String description)
The description of the component.
|
ComponentSummary.Builder |
ComponentSummary.Builder.name(String name)
The name of the component.
|
ComponentSummary.Builder |
ComponentSummary.Builder.owner(String owner)
The owner of the component.
|
ComponentSummary.Builder |
ComponentSummary.Builder.platform(Platform platform)
The platform of the component.
|
ComponentSummary.Builder |
ComponentSummary.Builder.platform(String platform)
The platform of the component.
|
ComponentSummary.Builder |
ComponentSummary.Builder.state(ComponentState state)
Describes the current status of the component.
|
default ComponentSummary.Builder |
ComponentSummary.Builder.state(Consumer<ComponentState.Builder> state)
Describes the current status of the component.
|
ComponentSummary.Builder |
ComponentSummary.Builder.supportedOsVersions(Collection<String> supportedOsVersions)
The operating system (OS) version supported by the component.
|
ComponentSummary.Builder |
ComponentSummary.Builder.supportedOsVersions(String... supportedOsVersions)
The operating system (OS) version supported by the component.
|
ComponentSummary.Builder |
ComponentSummary.Builder.tags(Map<String,String> tags)
The tags associated with the component.
|
ComponentSummary.Builder |
ComponentSummary.toBuilder() |
ComponentSummary.Builder |
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 |
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 |
ComponentSummary.Builder.version(String version)
The version of the component.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ComponentSummary.Builder> |
ComponentSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.