| Package | Description |
|---|---|
| software.amazon.awssdk.services.imagebuilder |
EC2 Image Builder is a fully managed Amazon Web Services service that makes it easier to automate the creation,
management, and deployment of customized, secure, and up-to-date "golden" server images that are pre-installed and
pre-configured with software and settings to meet specific IT standards.
|
| software.amazon.awssdk.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
default ImportComponentResponse |
ImagebuilderClient.importComponent(Consumer<ImportComponentRequest.Builder> importComponentRequest)
Imports a component and transforms its data into a component document.
|
default CompletableFuture<ImportComponentResponse> |
ImagebuilderAsyncClient.importComponent(Consumer<ImportComponentRequest.Builder> importComponentRequest)
Imports a component and transforms its data into a component document.
|
| Modifier and Type | Method and Description |
|---|---|
static ImportComponentRequest.Builder |
ImportComponentRequest.builder() |
ImportComponentRequest.Builder |
ImportComponentRequest.Builder.changeDescription(String changeDescription)
The change description of the component.
|
ImportComponentRequest.Builder |
ImportComponentRequest.Builder.clientToken(String clientToken)
The idempotency token of the component.
|
ImportComponentRequest.Builder |
ImportComponentRequest.Builder.data(String data)
The data of the component.
|
ImportComponentRequest.Builder |
ImportComponentRequest.Builder.description(String description)
The description of the component.
|
ImportComponentRequest.Builder |
ImportComponentRequest.Builder.format(ComponentFormat format)
The format of the resource that you want to import as a component.
|
ImportComponentRequest.Builder |
ImportComponentRequest.Builder.format(String format)
The format of the resource that you want to import as a component.
|
ImportComponentRequest.Builder |
ImportComponentRequest.Builder.kmsKeyId(String kmsKeyId)
The ID of the KMS key that should be used to encrypt this component.
|
ImportComponentRequest.Builder |
ImportComponentRequest.Builder.name(String name)
The name of the component.
|
ImportComponentRequest.Builder |
ImportComponentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ImportComponentRequest.Builder |
ImportComponentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ImportComponentRequest.Builder |
ImportComponentRequest.Builder.platform(Platform platform)
The platform of the component.
|
ImportComponentRequest.Builder |
ImportComponentRequest.Builder.platform(String platform)
The platform of the component.
|
ImportComponentRequest.Builder |
ImportComponentRequest.Builder.semanticVersion(String semanticVersion)
The semantic version of the component.
|
ImportComponentRequest.Builder |
ImportComponentRequest.Builder.tags(Map<String,String> tags)
The tags of the component.
|
ImportComponentRequest.Builder |
ImportComponentRequest.toBuilder() |
ImportComponentRequest.Builder |
ImportComponentRequest.Builder.type(ComponentType type)
The type of the component denotes whether the component is used to build the image, or only to test it.
|
ImportComponentRequest.Builder |
ImportComponentRequest.Builder.type(String type)
The type of the component denotes whether the component is used to build the image, or only to test it.
|
ImportComponentRequest.Builder |
ImportComponentRequest.Builder.uri(String uri)
The uri of the component.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ImportComponentRequest.Builder> |
ImportComponentRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.