| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentSummary |
ComponentSummary.addTagsEntry(String key,
String value) |
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 of the component.
|
ComponentSummary |
ComponentSummary.withDateCreated(String dateCreated)
The date that the component was created.
|
ComponentSummary |
ComponentSummary.withDescription(String description)
The description of the component.
|
ComponentSummary |
ComponentSummary.withName(String name)
The name of the component.
|
ComponentSummary |
ComponentSummary.withOwner(String owner)
The owner of the component.
|
ComponentSummary |
ComponentSummary.withPlatform(Platform platform)
The platform of the component.
|
ComponentSummary |
ComponentSummary.withPlatform(String platform)
The platform of the component.
|
ComponentSummary |
ComponentSummary.withTags(Map<String,String> tags)
The tags associated with the component.
|
ComponentSummary |
ComponentSummary.withType(ComponentType type)
The type of the component denotes whether the component is used to build the image or only to test it.
|
ComponentSummary |
ComponentSummary.withType(String type)
The type of the component denotes whether the component is used 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 © 2019. All rights reserved.