| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
Schedule |
Schedule.clone() |
Schedule |
ImagePipeline.getSchedule()
The schedule of the image pipeline.
|
Schedule |
UpdateImagePipelineRequest.getSchedule()
The schedule of the image pipeline.
|
Schedule |
CreateImagePipelineRequest.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 cron expression determines how often EC2 Image Builder evaluates your
pipelineExecutionStartCondition. |
Schedule |
Schedule.withTimezone(String timezone)
The timezone that applies to the scheduling expression.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImagePipeline.setSchedule(Schedule schedule)
The schedule of the image pipeline.
|
void |
UpdateImagePipelineRequest.setSchedule(Schedule schedule)
The schedule of the image pipeline.
|
void |
CreateImagePipelineRequest.setSchedule(Schedule schedule)
The schedule of the image pipeline.
|
ImagePipeline |
ImagePipeline.withSchedule(Schedule schedule)
The schedule of the image pipeline.
|
UpdateImagePipelineRequest |
UpdateImagePipelineRequest.withSchedule(Schedule schedule)
The schedule of the image pipeline.
|
CreateImagePipelineRequest |
CreateImagePipelineRequest.withSchedule(Schedule schedule)
The schedule of the image pipeline.
|
Copyright © 2024. All rights reserved.