Uses of Interface
software.amazon.awssdk.services.imagebuilder.model.Schedule.Builder
-
Packages that use Schedule.Builder Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of Schedule.Builder in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return Schedule.Builder Modifier and Type Method Description static Schedule.BuilderSchedule. builder()Schedule.BuilderSchedule.Builder. pipelineExecutionStartCondition(String pipelineExecutionStartCondition)The condition configures when the pipeline should trigger a new image build.Schedule.BuilderSchedule.Builder. pipelineExecutionStartCondition(PipelineExecutionStartCondition pipelineExecutionStartCondition)The condition configures when the pipeline should trigger a new image build.Schedule.BuilderSchedule.Builder. scheduleExpression(String scheduleExpression)The cron expression determines how often EC2 Image Builder evaluates yourpipelineExecutionStartCondition.Schedule.BuilderSchedule.Builder. timezone(String timezone)The timezone that applies to the scheduling expression.Schedule.BuilderSchedule. toBuilder()Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type Schedule.Builder Modifier and Type Method Description static Class<? extends Schedule.Builder>Schedule. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.imagebuilder.model with type arguments of type Schedule.Builder Modifier and Type Method Description default CreateImagePipelineRequest.BuilderCreateImagePipelineRequest.Builder. schedule(Consumer<Schedule.Builder> schedule)The schedule of the image pipeline.default ImagePipeline.BuilderImagePipeline.Builder. schedule(Consumer<Schedule.Builder> schedule)The schedule of the image pipeline.default UpdateImagePipelineRequest.BuilderUpdateImagePipelineRequest.Builder. schedule(Consumer<Schedule.Builder> schedule)The schedule of the image pipeline.
-