| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
Component |
Component.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Component |
Component.clearTagsEntries()
Removes all the entries added into Tags.
|
Component |
Component.clone() |
Component |
GetComponentResult.getComponent()
The component object associated with the specified ARN.
|
Component |
Component.withArn(String arn)
The Amazon Resource Name (ARN) of the component.
|
Component |
Component.withChangeDescription(String changeDescription)
The change description of the component.
|
Component |
Component.withData(String data)
Component data contains the YAML document content for the component.
|
Component |
Component.withDateCreated(String dateCreated)
The date that Image Builder created the component.
|
Component |
Component.withDescription(String description)
The description of the component.
|
Component |
Component.withEncrypted(Boolean encrypted)
The encryption status of the component.
|
Component |
Component.withKmsKeyId(String kmsKeyId)
The KMS key identifier used to encrypt the component.
|
Component |
Component.withName(String name)
The name of the component.
|
Component |
Component.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.
|
Component |
Component.withOwner(String owner)
The owner of the component.
|
Component |
Component.withParameters(Collection<ComponentParameterDetail> parameters)
Contains parameter details for each of the parameters that the component document defined for the component.
|
Component |
Component.withParameters(ComponentParameterDetail... parameters)
Contains parameter details for each of the parameters that the component document defined for the component.
|
Component |
Component.withPlatform(Platform platform)
The operating system platform of the component.
|
Component |
Component.withPlatform(String platform)
The operating system platform of the component.
|
Component |
Component.withPublisher(String publisher)
Contains the name of the publisher if this is a third-party component.
|
Component |
Component.withState(ComponentState state)
Describes the current status of the component.
|
Component |
Component.withSupportedOsVersions(Collection<String> supportedOsVersions)
The operating system (OS) version supported by the component.
|
Component |
Component.withSupportedOsVersions(String... supportedOsVersions)
The operating system (OS) version supported by the component.
|
Component |
Component.withTags(Map<String,String> tags)
The tags that apply to the component.
|
Component |
Component.withType(ComponentType type)
The component type specifies whether Image Builder uses the component to build the image or only to test it.
|
Component |
Component.withType(String type)
The component type specifies whether Image Builder uses the component to build the image or only to test it.
|
Component |
Component.withVersion(String version)
The version of the component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetComponentResult.setComponent(Component component)
The component object associated with the specified ARN.
|
GetComponentResult |
GetComponentResult.withComponent(Component component)
The component object associated with the specified ARN.
|
Copyright © 2023. All rights reserved.