| 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 the component was created.
|
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.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 are defined for the component.
|
Component.Builder |
Component.Builder.parameters(ComponentParameterDetail... parameters)
Contains parameter details for each of the parameters that are defined for the component.
|
Component.Builder |
Component.Builder.parameters(Consumer<ComponentParameterDetail.Builder>... parameters)
Contains parameter details for each of the parameters that are defined for the component.
|
Component.Builder |
Component.Builder.platform(Platform platform)
The platform of the component.
|
Component.Builder |
Component.Builder.platform(String platform)
The platform of the 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 associated with the component.
|
Component.Builder |
Component.toBuilder() |
Component.Builder |
Component.Builder.type(ComponentType type)
The type of the component denotes whether the component is used to build the image or only to test it.
|
Component.Builder |
Component.Builder.type(String type)
The type of the component denotes whether the component is used 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 © 2022. All rights reserved.