@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDeploymentStrategyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateDeploymentStrategyRequest() |
Modifier and Type | Method and Description |
---|---|
CreateDeploymentStrategyRequest |
addTagsEntry(String key,
String value) |
CreateDeploymentStrategyRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateDeploymentStrategyRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getDeploymentDurationInMinutes()
Total amount of time for a deployment to last.
|
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.
|
String |
getName()
A name for the deployment strategy.
|
String |
getReplicateTo()
Save the deployment strategy to a Systems Manager (SSM) document.
|
Map<String,String> |
getTags()
Metadata to assign to the deployment strategy.
|
int |
hashCode() |
void |
setDeploymentDurationInMinutes(Integer deploymentDurationInMinutes)
Total amount of time for a deployment to last.
|
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.
|
void |
setName(String name)
A name for the deployment strategy.
|
void |
setReplicateTo(String replicateTo)
Save the deployment strategy to a Systems Manager (SSM) document.
|
void |
setTags(Map<String,String> tags)
Metadata to assign to the deployment strategy.
|
String |
toString()
Returns a string representation of this object.
|
CreateDeploymentStrategyRequest |
withDeploymentDurationInMinutes(Integer deploymentDurationInMinutes)
Total amount of time for a deployment to last.
|
CreateDeploymentStrategyRequest |
withDescription(String description)
A description of the deployment strategy.
|
CreateDeploymentStrategyRequest |
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.
|
CreateDeploymentStrategyRequest |
withGrowthFactor(Float growthFactor)
The percentage of targets to receive a deployed configuration during each interval.
|
CreateDeploymentStrategyRequest |
withGrowthType(GrowthType growthType)
The algorithm used to define how percentage grows over time.
|
CreateDeploymentStrategyRequest |
withGrowthType(String growthType)
The algorithm used to define how percentage grows over time.
|
CreateDeploymentStrategyRequest |
withName(String name)
A name for the deployment strategy.
|
CreateDeploymentStrategyRequest |
withReplicateTo(ReplicateTo replicateTo)
Save the deployment strategy to a Systems Manager (SSM) document.
|
CreateDeploymentStrategyRequest |
withReplicateTo(String replicateTo)
Save the deployment strategy to a Systems Manager (SSM) document.
|
CreateDeploymentStrategyRequest |
withTags(Map<String,String> tags)
Metadata to assign to the deployment strategy.
|
addHandlerContext, 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, withSdkRequestTimeout
public void setName(String name)
A name for the deployment strategy.
name
- A name for the deployment strategy.public String getName()
A name for the deployment strategy.
public CreateDeploymentStrategyRequest withName(String name)
A name for the deployment strategy.
name
- A name for the deployment strategy.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 CreateDeploymentStrategyRequest 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 CreateDeploymentStrategyRequest 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 CreateDeploymentStrategyRequest 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 CreateDeploymentStrategyRequest 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.GrowthType
public String getGrowthType()
The algorithm used to define how percentage grows over time.
GrowthType
public CreateDeploymentStrategyRequest withGrowthType(String growthType)
The algorithm used to define how percentage grows over time.
growthType
- The algorithm used to define how percentage grows over time.GrowthType
public CreateDeploymentStrategyRequest withGrowthType(GrowthType growthType)
The algorithm used to define how percentage grows over time.
growthType
- The algorithm used to define how percentage grows over time.GrowthType
public void setReplicateTo(String replicateTo)
Save the deployment strategy to a Systems Manager (SSM) document.
replicateTo
- Save the deployment strategy to a Systems Manager (SSM) document.ReplicateTo
public String getReplicateTo()
Save the deployment strategy to a Systems Manager (SSM) document.
ReplicateTo
public CreateDeploymentStrategyRequest withReplicateTo(String replicateTo)
Save the deployment strategy to a Systems Manager (SSM) document.
replicateTo
- Save the deployment strategy to a Systems Manager (SSM) document.ReplicateTo
public CreateDeploymentStrategyRequest withReplicateTo(ReplicateTo replicateTo)
Save the deployment strategy to a Systems Manager (SSM) document.
replicateTo
- Save the deployment strategy to a Systems Manager (SSM) document.ReplicateTo
public Map<String,String> getTags()
Metadata to assign to the deployment strategy. Tags help organize and categorize your AppConfig resources. Each tag consists of a key and an optional value, both of which you define.
public void setTags(Map<String,String> tags)
Metadata to assign to the deployment strategy. Tags help organize and categorize your AppConfig resources. Each tag consists of a key and an optional value, both of which you define.
tags
- Metadata to assign to the deployment strategy. Tags help organize and categorize your AppConfig resources.
Each tag consists of a key and an optional value, both of which you define.public CreateDeploymentStrategyRequest withTags(Map<String,String> tags)
Metadata to assign to the deployment strategy. Tags help organize and categorize your AppConfig resources. Each tag consists of a key and an optional value, both of which you define.
tags
- Metadata to assign to the deployment strategy. Tags help organize and categorize your AppConfig resources.
Each tag consists of a key and an optional value, both of which you define.public CreateDeploymentStrategyRequest addTagsEntry(String key, String value)
public CreateDeploymentStrategyRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateDeploymentStrategyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.