| 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 GetComponentResponse |
ImagebuilderClient.getComponent(Consumer<GetComponentRequest.Builder> getComponentRequest)
Gets a component object.
|
default CompletableFuture<GetComponentResponse> |
ImagebuilderAsyncClient.getComponent(Consumer<GetComponentRequest.Builder> getComponentRequest)
Gets a component object.
|
| Modifier and Type | Method and Description |
|---|---|
static GetComponentRequest.Builder |
GetComponentRequest.builder() |
GetComponentRequest.Builder |
GetComponentRequest.Builder.componentBuildVersionArn(String componentBuildVersionArn)
The Amazon Resource Name (ARN) of the component that you want to retrieve.
|
GetComponentRequest.Builder |
GetComponentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetComponentRequest.Builder |
GetComponentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetComponentRequest.Builder |
GetComponentRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetComponentRequest.Builder> |
GetComponentRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.