@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateWorkflowRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateWorkflowRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateWorkflowRequest |
addDefaultRunPropertiesEntry(String key,
String value)
Add a single DefaultRunProperties entry
|
UpdateWorkflowRequest |
clearDefaultRunPropertiesEntries()
Removes all the entries added into DefaultRunProperties.
|
UpdateWorkflowRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Map<String,String> |
getDefaultRunProperties()
A collection of properties to be used as part of each execution of the workflow.
|
String |
getDescription()
The description of the workflow.
|
Integer |
getMaxConcurrentRuns()
You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to
prevent exceeding the maximum number of concurrent runs of any of the component jobs.
|
String |
getName()
Name of the workflow to be updated.
|
int |
hashCode() |
void |
setDefaultRunProperties(Map<String,String> defaultRunProperties)
A collection of properties to be used as part of each execution of the workflow.
|
void |
setDescription(String description)
The description of the workflow.
|
void |
setMaxConcurrentRuns(Integer maxConcurrentRuns)
You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to
prevent exceeding the maximum number of concurrent runs of any of the component jobs.
|
void |
setName(String name)
Name of the workflow to be updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateWorkflowRequest |
withDefaultRunProperties(Map<String,String> defaultRunProperties)
A collection of properties to be used as part of each execution of the workflow.
|
UpdateWorkflowRequest |
withDescription(String description)
The description of the workflow.
|
UpdateWorkflowRequest |
withMaxConcurrentRuns(Integer maxConcurrentRuns)
You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to
prevent exceeding the maximum number of concurrent runs of any of the component jobs.
|
UpdateWorkflowRequest |
withName(String name)
Name of the workflow to be updated.
|
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)
Name of the workflow to be updated.
name
- Name of the workflow to be updated.public String getName()
Name of the workflow to be updated.
public UpdateWorkflowRequest withName(String name)
Name of the workflow to be updated.
name
- Name of the workflow to be updated.public void setDescription(String description)
The description of the workflow.
description
- The description of the workflow.public String getDescription()
The description of the workflow.
public UpdateWorkflowRequest withDescription(String description)
The description of the workflow.
description
- The description of the workflow.public Map<String,String> getDefaultRunProperties()
A collection of properties to be used as part of each execution of the workflow.
public void setDefaultRunProperties(Map<String,String> defaultRunProperties)
A collection of properties to be used as part of each execution of the workflow.
defaultRunProperties
- A collection of properties to be used as part of each execution of the workflow.public UpdateWorkflowRequest withDefaultRunProperties(Map<String,String> defaultRunProperties)
A collection of properties to be used as part of each execution of the workflow.
defaultRunProperties
- A collection of properties to be used as part of each execution of the workflow.public UpdateWorkflowRequest addDefaultRunPropertiesEntry(String key, String value)
public UpdateWorkflowRequest clearDefaultRunPropertiesEntries()
public void setMaxConcurrentRuns(Integer maxConcurrentRuns)
You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to prevent exceeding the maximum number of concurrent runs of any of the component jobs. If you leave this parameter blank, there is no limit to the number of concurrent workflow runs.
maxConcurrentRuns
- You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some
cases, to prevent exceeding the maximum number of concurrent runs of any of the component jobs. If you
leave this parameter blank, there is no limit to the number of concurrent workflow runs.public Integer getMaxConcurrentRuns()
You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to prevent exceeding the maximum number of concurrent runs of any of the component jobs. If you leave this parameter blank, there is no limit to the number of concurrent workflow runs.
public UpdateWorkflowRequest withMaxConcurrentRuns(Integer maxConcurrentRuns)
You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to prevent exceeding the maximum number of concurrent runs of any of the component jobs. If you leave this parameter blank, there is no limit to the number of concurrent workflow runs.
maxConcurrentRuns
- You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some
cases, to prevent exceeding the maximum number of concurrent runs of any of the component jobs. If you
leave this parameter blank, there is no limit to the number of concurrent workflow runs.public String toString()
toString
in class Object
Object.toString()
public UpdateWorkflowRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()