| 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 |
|---|---|
Future<CreateWorkflowResult> |
AWSimagebuilderAsyncClient.createWorkflowAsync(CreateWorkflowRequest request,
AsyncHandler<CreateWorkflowRequest,CreateWorkflowResult> asyncHandler) |
Future<CreateWorkflowResult> |
AbstractAWSimagebuilderAsync.createWorkflowAsync(CreateWorkflowRequest request,
AsyncHandler<CreateWorkflowRequest,CreateWorkflowResult> asyncHandler) |
Future<CreateWorkflowResult> |
AWSimagebuilderAsync.createWorkflowAsync(CreateWorkflowRequest createWorkflowRequest,
AsyncHandler<CreateWorkflowRequest,CreateWorkflowResult> asyncHandler)
Create a new workflow or a new version of an existing workflow.
|
| Modifier and Type | Method and Description |
|---|---|
CreateWorkflowRequest |
CreateWorkflowRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateWorkflowRequest |
CreateWorkflowRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateWorkflowRequest |
CreateWorkflowRequest.clone() |
CreateWorkflowRequest |
CreateWorkflowRequest.withChangeDescription(String changeDescription)
Describes what change has been made in this version of the workflow, or what makes this version different from
other versions of the workflow.
|
CreateWorkflowRequest |
CreateWorkflowRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure idempotency of the request.
|
CreateWorkflowRequest |
CreateWorkflowRequest.withData(String data)
Contains the UTF-8 encoded YAML document content for the workflow.
|
CreateWorkflowRequest |
CreateWorkflowRequest.withDescription(String description)
Describes the workflow.
|
CreateWorkflowRequest |
CreateWorkflowRequest.withKmsKeyId(String kmsKeyId)
The ID of the KMS key that is used to encrypt this workflow resource.
|
CreateWorkflowRequest |
CreateWorkflowRequest.withName(String name)
The name of the workflow to create.
|
CreateWorkflowRequest |
CreateWorkflowRequest.withSemanticVersion(String semanticVersion)
The semantic version of this workflow resource.
|
CreateWorkflowRequest |
CreateWorkflowRequest.withTags(Map<String,String> tags)
Tags that apply to the workflow resource.
|
CreateWorkflowRequest |
CreateWorkflowRequest.withType(String type)
The phase in the image build process for which the workflow resource is responsible.
|
CreateWorkflowRequest |
CreateWorkflowRequest.withType(WorkflowType type)
The phase in the image build process for which the workflow resource is responsible.
|
CreateWorkflowRequest |
CreateWorkflowRequest.withUri(String uri)
The
uri of a YAML component document file. |
Copyright © 2024. All rights reserved.