| Package | Description |
|---|---|
| software.amazon.awssdk.services.imagebuilder |
EC2 Image Builder is a fully managed AWS 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 CompletableFuture<CreateComponentResponse> |
ImagebuilderAsyncClient.createComponent(Consumer<CreateComponentRequest.Builder> createComponentRequest)
Creates a new component that can be used to build, validate, test, and assess your image.
|
default CreateComponentResponse |
ImagebuilderClient.createComponent(Consumer<CreateComponentRequest.Builder> createComponentRequest)
Creates a new component that can be used to build, validate, test, and assess your image.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateComponentRequest.Builder |
CreateComponentRequest.builder() |
CreateComponentRequest.Builder |
CreateComponentRequest.Builder.changeDescription(String changeDescription)
The change description of the component.
|
CreateComponentRequest.Builder |
CreateComponentRequest.Builder.clientToken(String clientToken)
The idempotency token of the component.
|
CreateComponentRequest.Builder |
CreateComponentRequest.Builder.data(String data)
The data of the component.
|
CreateComponentRequest.Builder |
CreateComponentRequest.Builder.description(String description)
The description of the component.
|
CreateComponentRequest.Builder |
CreateComponentRequest.Builder.kmsKeyId(String kmsKeyId)
The ID of the KMS key that should be used to encrypt this component.
|
CreateComponentRequest.Builder |
CreateComponentRequest.Builder.name(String name)
The name of the component.
|
CreateComponentRequest.Builder |
CreateComponentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateComponentRequest.Builder |
CreateComponentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateComponentRequest.Builder |
CreateComponentRequest.Builder.platform(Platform platform)
The platform of the component.
|
CreateComponentRequest.Builder |
CreateComponentRequest.Builder.platform(String platform)
The platform of the component.
|
CreateComponentRequest.Builder |
CreateComponentRequest.Builder.semanticVersion(String semanticVersion)
The semantic version of the component.
|
CreateComponentRequest.Builder |
CreateComponentRequest.Builder.supportedOsVersions(Collection<String> supportedOsVersions)
The operating system (OS) version supported by the component.
|
CreateComponentRequest.Builder |
CreateComponentRequest.Builder.supportedOsVersions(String... supportedOsVersions)
The operating system (OS) version supported by the component.
|
CreateComponentRequest.Builder |
CreateComponentRequest.Builder.tags(Map<String,String> tags)
The tags of the component.
|
CreateComponentRequest.Builder |
CreateComponentRequest.toBuilder() |
CreateComponentRequest.Builder |
CreateComponentRequest.Builder.uri(String uri)
The uri of the component.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateComponentRequest.Builder> |
CreateComponentRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.