| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
Schedule |
Schedule.clone() |
Schedule |
CreateImagePipelineRequest.getSchedule()
The schedule of the image pipeline.
|
Schedule |
UpdateImagePipelineRequest.getSchedule()
The schedule of the image pipeline.
|
Schedule |
ImagePipeline.getSchedule()
The schedule of the image pipeline.
|
Schedule |
Schedule.withPipelineExecutionStartCondition(PipelineExecutionStartCondition pipelineExecutionStartCondition)
The condition configures when the pipeline should trigger a new image build.
|
Schedule |
Schedule.withPipelineExecutionStartCondition(String pipelineExecutionStartCondition)
The condition configures when the pipeline should trigger a new image build.
|
Schedule |
Schedule.withScheduleExpression(String scheduleExpression)
The expression determines how often a pipeline starts the creation of new images.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateImagePipelineRequest.setSchedule(Schedule schedule)
The schedule of the image pipeline.
|
void |
UpdateImagePipelineRequest.setSchedule(Schedule schedule)
The schedule of the image pipeline.
|
void |
ImagePipeline.setSchedule(Schedule schedule)
The schedule of the image pipeline.
|
CreateImagePipelineRequest |
CreateImagePipelineRequest.withSchedule(Schedule schedule)
The schedule of the image pipeline.
|
UpdateImagePipelineRequest |
UpdateImagePipelineRequest.withSchedule(Schedule schedule)
The schedule of the image pipeline.
|
ImagePipeline |
ImagePipeline.withSchedule(Schedule schedule)
The schedule of the image pipeline.
|
Copyright © 2020. All rights reserved.