@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Schedule extends Object implements Serializable, Cloneable, StructuredPojo
A schedule configures how often and when a pipeline will automatically create a new image.
| Constructor and Description |
|---|
Schedule() |
| Modifier and Type | Method and Description |
|---|---|
Schedule |
clone() |
boolean |
equals(Object obj) |
String |
getPipelineExecutionStartCondition()
The condition configures when the pipeline should trigger a new image build.
|
String |
getScheduleExpression()
The expression determines how often a pipeline starts the creation of new images.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setPipelineExecutionStartCondition(String pipelineExecutionStartCondition)
The condition configures when the pipeline should trigger a new image build.
|
void |
setScheduleExpression(String scheduleExpression)
The expression determines how often a pipeline starts the creation of new images.
|
String |
toString()
Returns a string representation of this object.
|
Schedule |
withPipelineExecutionStartCondition(PipelineExecutionStartCondition pipelineExecutionStartCondition)
The condition configures when the pipeline should trigger a new image build.
|
Schedule |
withPipelineExecutionStartCondition(String pipelineExecutionStartCondition)
The condition configures when the pipeline should trigger a new image build.
|
Schedule |
withScheduleExpression(String scheduleExpression)
The expression determines how often a pipeline starts the creation of new images.
|
public void setScheduleExpression(String scheduleExpression)
The expression determines how often a pipeline starts the creation of new images.
scheduleExpression - The expression determines how often a pipeline starts the creation of new images.public String getScheduleExpression()
The expression determines how often a pipeline starts the creation of new images.
public Schedule withScheduleExpression(String scheduleExpression)
The expression determines how often a pipeline starts the creation of new images.
scheduleExpression - The expression determines how often a pipeline starts the creation of new images.public void setPipelineExecutionStartCondition(String pipelineExecutionStartCondition)
The condition configures when the pipeline should trigger a new image build.
pipelineExecutionStartCondition - The condition configures when the pipeline should trigger a new image build.PipelineExecutionStartConditionpublic String getPipelineExecutionStartCondition()
The condition configures when the pipeline should trigger a new image build.
PipelineExecutionStartConditionpublic Schedule withPipelineExecutionStartCondition(String pipelineExecutionStartCondition)
The condition configures when the pipeline should trigger a new image build.
pipelineExecutionStartCondition - The condition configures when the pipeline should trigger a new image build.PipelineExecutionStartConditionpublic Schedule withPipelineExecutionStartCondition(PipelineExecutionStartCondition pipelineExecutionStartCondition)
The condition configures when the pipeline should trigger a new image build.
pipelineExecutionStartCondition - The condition configures when the pipeline should trigger a new image build.PipelineExecutionStartConditionpublic String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.