| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
WorkflowConfiguration |
WorkflowConfiguration.clone() |
WorkflowConfiguration |
WorkflowConfiguration.withOnFailure(OnWorkflowFailure onFailure)
The action to take if the workflow fails.
|
WorkflowConfiguration |
WorkflowConfiguration.withOnFailure(String onFailure)
The action to take if the workflow fails.
|
WorkflowConfiguration |
WorkflowConfiguration.withParallelGroup(String parallelGroup)
Test workflows are defined within named runtime groups called parallel groups.
|
WorkflowConfiguration |
WorkflowConfiguration.withParameters(Collection<WorkflowParameter> parameters)
Contains parameter values for each of the parameters that the workflow document defined for the workflow
resource.
|
WorkflowConfiguration |
WorkflowConfiguration.withParameters(WorkflowParameter... parameters)
Contains parameter values for each of the parameters that the workflow document defined for the workflow
resource.
|
WorkflowConfiguration |
WorkflowConfiguration.withWorkflowArn(String workflowArn)
The Amazon Resource Name (ARN) of the workflow resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowConfiguration> |
UpdateImagePipelineRequest.getWorkflows()
Contains the workflows to run for the pipeline.
|
List<WorkflowConfiguration> |
CreateImageRequest.getWorkflows()
Contains an array of workflow configuration objects.
|
List<WorkflowConfiguration> |
Image.getWorkflows()
Contains the build and test workflows that are associated with the image.
|
List<WorkflowConfiguration> |
CreateImagePipelineRequest.getWorkflows()
Contains an array of workflow configuration objects.
|
List<WorkflowConfiguration> |
ImagePipeline.getWorkflows()
Contains the workflows that run for the image pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateImagePipelineRequest |
UpdateImagePipelineRequest.withWorkflows(WorkflowConfiguration... workflows)
Contains the workflows to run for the pipeline.
|
CreateImageRequest |
CreateImageRequest.withWorkflows(WorkflowConfiguration... workflows)
Contains an array of workflow configuration objects.
|
Image |
Image.withWorkflows(WorkflowConfiguration... workflows)
Contains the build and test workflows that are associated with the image.
|
CreateImagePipelineRequest |
CreateImagePipelineRequest.withWorkflows(WorkflowConfiguration... workflows)
Contains an array of workflow configuration objects.
|
ImagePipeline |
ImagePipeline.withWorkflows(WorkflowConfiguration... workflows)
Contains the workflows that run for the image pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateImagePipelineRequest.setWorkflows(Collection<WorkflowConfiguration> workflows)
Contains the workflows to run for the pipeline.
|
void |
CreateImageRequest.setWorkflows(Collection<WorkflowConfiguration> workflows)
Contains an array of workflow configuration objects.
|
void |
Image.setWorkflows(Collection<WorkflowConfiguration> workflows)
Contains the build and test workflows that are associated with the image.
|
void |
CreateImagePipelineRequest.setWorkflows(Collection<WorkflowConfiguration> workflows)
Contains an array of workflow configuration objects.
|
void |
ImagePipeline.setWorkflows(Collection<WorkflowConfiguration> workflows)
Contains the workflows that run for the image pipeline.
|
UpdateImagePipelineRequest |
UpdateImagePipelineRequest.withWorkflows(Collection<WorkflowConfiguration> workflows)
Contains the workflows to run for the pipeline.
|
CreateImageRequest |
CreateImageRequest.withWorkflows(Collection<WorkflowConfiguration> workflows)
Contains an array of workflow configuration objects.
|
Image |
Image.withWorkflows(Collection<WorkflowConfiguration> workflows)
Contains the build and test workflows that are associated with the image.
|
CreateImagePipelineRequest |
CreateImagePipelineRequest.withWorkflows(Collection<WorkflowConfiguration> workflows)
Contains an array of workflow configuration objects.
|
ImagePipeline |
ImagePipeline.withWorkflows(Collection<WorkflowConfiguration> workflows)
Contains the workflows that run for the image pipeline.
|
Copyright © 2024. All rights reserved.