| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
CreateComponentResult |
AbstractAWSimagebuilder.createComponent(CreateComponentRequest request) |
CreateComponentResult |
AWSimagebuilder.createComponent(CreateComponentRequest createComponentRequest)
Creates a new component that can be used to build, validate, test, and assess your image.
|
CreateComponentResult |
AWSimagebuilderClient.createComponent(CreateComponentRequest request)
Creates a new component that can be used to build, validate, test, and assess your image.
|
Future<CreateComponentResult> |
AbstractAWSimagebuilderAsync.createComponentAsync(CreateComponentRequest request) |
Future<CreateComponentResult> |
AWSimagebuilderAsync.createComponentAsync(CreateComponentRequest createComponentRequest)
Creates a new component that can be used to build, validate, test, and assess your image.
|
Future<CreateComponentResult> |
AWSimagebuilderAsyncClient.createComponentAsync(CreateComponentRequest request) |
Future<CreateComponentResult> |
AbstractAWSimagebuilderAsync.createComponentAsync(CreateComponentRequest request,
AsyncHandler<CreateComponentRequest,CreateComponentResult> asyncHandler) |
Future<CreateComponentResult> |
AWSimagebuilderAsync.createComponentAsync(CreateComponentRequest createComponentRequest,
AsyncHandler<CreateComponentRequest,CreateComponentResult> asyncHandler)
Creates a new component that can be used to build, validate, test, and assess your image.
|
Future<CreateComponentResult> |
AWSimagebuilderAsyncClient.createComponentAsync(CreateComponentRequest request,
AsyncHandler<CreateComponentRequest,CreateComponentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateComponentResult> |
AbstractAWSimagebuilderAsync.createComponentAsync(CreateComponentRequest request,
AsyncHandler<CreateComponentRequest,CreateComponentResult> asyncHandler) |
Future<CreateComponentResult> |
AWSimagebuilderAsync.createComponentAsync(CreateComponentRequest createComponentRequest,
AsyncHandler<CreateComponentRequest,CreateComponentResult> asyncHandler)
Creates a new component that can be used to build, validate, test, and assess your image.
|
Future<CreateComponentResult> |
AWSimagebuilderAsyncClient.createComponentAsync(CreateComponentRequest request,
AsyncHandler<CreateComponentRequest,CreateComponentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateComponentRequest |
CreateComponentRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateComponentRequest |
CreateComponentRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateComponentRequest |
CreateComponentRequest.clone() |
CreateComponentRequest |
CreateComponentRequest.withChangeDescription(String changeDescription)
The change description of the component.
|
CreateComponentRequest |
CreateComponentRequest.withClientToken(String clientToken)
The idempotency token of the component.
|
CreateComponentRequest |
CreateComponentRequest.withData(String data)
Component
data contains inline YAML document content for the component. |
CreateComponentRequest |
CreateComponentRequest.withDescription(String description)
The description of the component.
|
CreateComponentRequest |
CreateComponentRequest.withKmsKeyId(String kmsKeyId)
The ID of the KMS key that should be used to encrypt this component.
|
CreateComponentRequest |
CreateComponentRequest.withName(String name)
The name of the component.
|
CreateComponentRequest |
CreateComponentRequest.withPlatform(Platform platform)
The platform of the component.
|
CreateComponentRequest |
CreateComponentRequest.withPlatform(String platform)
The platform of the component.
|
CreateComponentRequest |
CreateComponentRequest.withSemanticVersion(String semanticVersion)
The semantic version of the component.
|
CreateComponentRequest |
CreateComponentRequest.withSupportedOsVersions(Collection<String> supportedOsVersions)
The operating system (OS) version supported by the component.
|
CreateComponentRequest |
CreateComponentRequest.withSupportedOsVersions(String... supportedOsVersions)
The operating system (OS) version supported by the component.
|
CreateComponentRequest |
CreateComponentRequest.withTags(Map<String,String> tags)
The tags of the component.
|
CreateComponentRequest |
CreateComponentRequest.withUri(String uri)
The
uri of a YAML component document file. |
Copyright © 2022. All rights reserved.