@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDeploymentStrategyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateDeploymentStrategyRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateDeploymentStrategyRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getDeploymentDurationInMinutes()
Total amount of time for a deployment to last.
|
String |
getDeploymentStrategyId()
The deployment strategy ID.
|
String |
getDescription()
A description of the deployment strategy.
|
Integer |
getFinalBakeTimeInMinutes()
The amount of time AppConfig monitors for alarms before considering the deployment to be complete and no longer
eligible for automatic roll back.
|
Float |
getGrowthFactor()
The percentage of targets to receive a deployed configuration during each interval.
|
String |
getGrowthType()
The algorithm used to define how percentage grows over time.
|
int |
hashCode() |
void |
setDeploymentDurationInMinutes(Integer deploymentDurationInMinutes)
Total amount of time for a deployment to last.
|
void |
setDeploymentStrategyId(String deploymentStrategyId)
The deployment strategy ID.
|
void |
setDescription(String description)
A description of the deployment strategy.
|
void |
setFinalBakeTimeInMinutes(Integer finalBakeTimeInMinutes)
The amount of time AppConfig monitors for alarms before considering the deployment to be complete and no longer
eligible for automatic roll back.
|
void |
setGrowthFactor(Float growthFactor)
The percentage of targets to receive a deployed configuration during each interval.
|
void |
setGrowthType(String growthType)
The algorithm used to define how percentage grows over time.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDeploymentStrategyRequest |
withDeploymentDurationInMinutes(Integer deploymentDurationInMinutes)
Total amount of time for a deployment to last.
|
UpdateDeploymentStrategyRequest |
withDeploymentStrategyId(String deploymentStrategyId)
The deployment strategy ID.
|
UpdateDeploymentStrategyRequest |
withDescription(String description)
A description of the deployment strategy.
|
UpdateDeploymentStrategyRequest |
withFinalBakeTimeInMinutes(Integer finalBakeTimeInMinutes)
The amount of time AppConfig monitors for alarms before considering the deployment to be complete and no longer
eligible for automatic roll back.
|
UpdateDeploymentStrategyRequest |
withGrowthFactor(Float growthFactor)
The percentage of targets to receive a deployed configuration during each interval.
|
UpdateDeploymentStrategyRequest |
withGrowthType(GrowthType growthType)
The algorithm used to define how percentage grows over time.
|
UpdateDeploymentStrategyRequest |
withGrowthType(String growthType)
The algorithm used to define how percentage grows over time.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setDeploymentStrategyId(String deploymentStrategyId)
The deployment strategy ID.
deploymentStrategyId - The deployment strategy ID.public String getDeploymentStrategyId()
The deployment strategy ID.
public UpdateDeploymentStrategyRequest withDeploymentStrategyId(String deploymentStrategyId)
The deployment strategy ID.
deploymentStrategyId - The deployment strategy ID.public void setDescription(String description)
A description of the deployment strategy.
description - A description of the deployment strategy.public String getDescription()
A description of the deployment strategy.
public UpdateDeploymentStrategyRequest withDescription(String description)
A description of the deployment strategy.
description - A description of the deployment strategy.public void setDeploymentDurationInMinutes(Integer deploymentDurationInMinutes)
Total amount of time for a deployment to last.
deploymentDurationInMinutes - Total amount of time for a deployment to last.public Integer getDeploymentDurationInMinutes()
Total amount of time for a deployment to last.
public UpdateDeploymentStrategyRequest withDeploymentDurationInMinutes(Integer deploymentDurationInMinutes)
Total amount of time for a deployment to last.
deploymentDurationInMinutes - Total amount of time for a deployment to last.public void setFinalBakeTimeInMinutes(Integer finalBakeTimeInMinutes)
The amount of time AppConfig monitors for alarms before considering the deployment to be complete and no longer eligible for automatic roll back.
finalBakeTimeInMinutes - The amount of time AppConfig monitors for alarms before considering the deployment to be complete and no
longer eligible for automatic roll back.public Integer getFinalBakeTimeInMinutes()
The amount of time AppConfig monitors for alarms before considering the deployment to be complete and no longer eligible for automatic roll back.
public UpdateDeploymentStrategyRequest withFinalBakeTimeInMinutes(Integer finalBakeTimeInMinutes)
The amount of time AppConfig monitors for alarms before considering the deployment to be complete and no longer eligible for automatic roll back.
finalBakeTimeInMinutes - The amount of time AppConfig monitors for alarms before considering the deployment to be complete and no
longer eligible for automatic roll back.public void setGrowthFactor(Float growthFactor)
The percentage of targets to receive a deployed configuration during each interval.
growthFactor - The percentage of targets to receive a deployed configuration during each interval.public Float getGrowthFactor()
The percentage of targets to receive a deployed configuration during each interval.
public UpdateDeploymentStrategyRequest withGrowthFactor(Float growthFactor)
The percentage of targets to receive a deployed configuration during each interval.
growthFactor - The percentage of targets to receive a deployed configuration during each interval.public void setGrowthType(String growthType)
The algorithm used to define how percentage grows over time.
growthType - The algorithm used to define how percentage grows over time.GrowthTypepublic String getGrowthType()
The algorithm used to define how percentage grows over time.
GrowthTypepublic UpdateDeploymentStrategyRequest withGrowthType(String growthType)
The algorithm used to define how percentage grows over time.
growthType - The algorithm used to define how percentage grows over time.GrowthTypepublic UpdateDeploymentStrategyRequest withGrowthType(GrowthType growthType)
The algorithm used to define how percentage grows over time.
growthType - The algorithm used to define how percentage grows over time.GrowthTypepublic String toString()
toString in class ObjectObject.toString()public UpdateDeploymentStrategyRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.