| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentSummary |
ComponentSummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ComponentSummary |
ComponentSummary.clearTagsEntries()
Removes all the entries added into Tags.
|
ComponentSummary |
ComponentSummary.clone() |
ComponentSummary |
ComponentSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the component.
|
ComponentSummary |
ComponentSummary.withChangeDescription(String changeDescription)
The change description for the current version of the component.
|
ComponentSummary |
ComponentSummary.withDateCreated(String dateCreated)
The original creation date of the component.
|
ComponentSummary |
ComponentSummary.withDescription(String description)
The description of the component.
|
ComponentSummary |
ComponentSummary.withName(String name)
The name of the component.
|
ComponentSummary |
ComponentSummary.withObfuscate(Boolean obfuscate)
Indicates whether component source is hidden from view in the console, and from component detail results for API,
CLI, or SDK operations.
|
ComponentSummary |
ComponentSummary.withOwner(String owner)
The owner of the component.
|
ComponentSummary |
ComponentSummary.withPlatform(Platform platform)
The operating system platform of the component.
|
ComponentSummary |
ComponentSummary.withPlatform(String platform)
The operating system platform of the component.
|
ComponentSummary |
ComponentSummary.withPublisher(String publisher)
Contains the name of the publisher if this is a third-party component.
|
ComponentSummary |
ComponentSummary.withState(ComponentState state)
Describes the current status of the component.
|
ComponentSummary |
ComponentSummary.withSupportedOsVersions(Collection<String> supportedOsVersions)
The operating system (OS) version that the component supports.
|
ComponentSummary |
ComponentSummary.withSupportedOsVersions(String... supportedOsVersions)
The operating system (OS) version that the component supports.
|
ComponentSummary |
ComponentSummary.withTags(Map<String,String> tags)
The tags that apply to the component.
|
ComponentSummary |
ComponentSummary.withType(ComponentType type)
The component type specifies whether Image Builder uses the component to build the image or only to test it.
|
ComponentSummary |
ComponentSummary.withType(String type)
The component type specifies whether Image Builder uses the component to build the image or only to test it.
|
ComponentSummary |
ComponentSummary.withVersion(String version)
The version of the component.
|
| Modifier and Type | Method and Description |
|---|---|
List<ComponentSummary> |
ListComponentBuildVersionsResult.getComponentSummaryList()
The list of component summaries for the specified semantic version.
|
| Modifier and Type | Method and Description |
|---|---|
ListComponentBuildVersionsResult |
ListComponentBuildVersionsResult.withComponentSummaryList(ComponentSummary... componentSummaryList)
The list of component summaries for the specified semantic version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListComponentBuildVersionsResult.setComponentSummaryList(Collection<ComponentSummary> componentSummaryList)
The list of component summaries for the specified semantic version.
|
ListComponentBuildVersionsResult |
ListComponentBuildVersionsResult.withComponentSummaryList(Collection<ComponentSummary> componentSummaryList)
The list of component summaries for the specified semantic version.
|
Copyright © 2023. All rights reserved.