| Package | Description |
|---|---|
| software.amazon.awssdk.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
Component.Builder |
Component.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the component.
|
static Component.Builder |
Component.builder() |
Component.Builder |
Component.Builder.changeDescription(String changeDescription)
The change description of the component.
|
Component.Builder |
Component.Builder.data(String data)
Component data contains the YAML document content for the component.
|
Component.Builder |
Component.Builder.dateCreated(String dateCreated)
The date that Image Builder created the component.
|
Component.Builder |
Component.Builder.description(String description)
The description of the component.
|
Component.Builder |
Component.Builder.encrypted(Boolean encrypted)
The encryption status of the component.
|
Component.Builder |
Component.Builder.kmsKeyId(String kmsKeyId)
The KMS key identifier used to encrypt the component.
|
Component.Builder |
Component.Builder.name(String name)
The name of the component.
|
Component.Builder |
Component.Builder.obfuscate(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.Builder |
Component.Builder.owner(String owner)
The owner of the component.
|
Component.Builder |
Component.Builder.parameters(Collection<ComponentParameterDetail> parameters)
Contains parameter details for each of the parameters that the component document defined for the component.
|
Component.Builder |
Component.Builder.parameters(ComponentParameterDetail... parameters)
Contains parameter details for each of the parameters that the component document defined for the component.
|
Component.Builder |
Component.Builder.parameters(Consumer<ComponentParameterDetail.Builder>... parameters)
Contains parameter details for each of the parameters that the component document defined for the component.
|
Component.Builder |
Component.Builder.platform(Platform platform)
The operating system platform of the component.
|
Component.Builder |
Component.Builder.platform(String platform)
The operating system platform of the component.
|
Component.Builder |
Component.Builder.publisher(String publisher)
Contains the name of the publisher if this is a third-party component.
|
Component.Builder |
Component.Builder.state(ComponentState state)
Describes the current status of the component.
|
default Component.Builder |
Component.Builder.state(Consumer<ComponentState.Builder> state)
Describes the current status of the component.
|
Component.Builder |
Component.Builder.supportedOsVersions(Collection<String> supportedOsVersions)
The operating system (OS) version supported by the component.
|
Component.Builder |
Component.Builder.supportedOsVersions(String... supportedOsVersions)
The operating system (OS) version supported by the component.
|
Component.Builder |
Component.Builder.tags(Map<String,String> tags)
The tags that apply to the component.
|
Component.Builder |
Component.toBuilder() |
Component.Builder |
Component.Builder.type(ComponentType type)
The component type specifies whether Image Builder uses the component to build the image or only to test it.
|
Component.Builder |
Component.Builder.type(String type)
The component type specifies whether Image Builder uses the component to build the image or only to test it.
|
Component.Builder |
Component.Builder.version(String version)
The version of the component.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Component.Builder> |
Component.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetComponentResponse.Builder |
GetComponentResponse.Builder.component(Consumer<Component.Builder> component)
The component object associated with the specified ARN.
|
Copyright © 2023. All rights reserved.