@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateWorkflowRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateWorkflowRequest() |
Modifier and Type | Method and Description |
---|---|
CreateWorkflowRequest |
addDefaultRunPropertiesEntry(String key,
String value)
Add a single DefaultRunProperties entry
|
CreateWorkflowRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateWorkflowRequest |
clearDefaultRunPropertiesEntries()
Removes all the entries added into DefaultRunProperties.
|
CreateWorkflowRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateWorkflowRequest |
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()
A 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()
The name to be assigned to the workflow.
|
Map<String,String> |
getTags()
The tags to be used with this workflow.
|
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)
A 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)
The name to be assigned to the workflow.
|
void |
setTags(Map<String,String> tags)
The tags to be used with this workflow.
|
String |
toString()
Returns a string representation of this object.
|
CreateWorkflowRequest |
withDefaultRunProperties(Map<String,String> defaultRunProperties)
A collection of properties to be used as part of each execution of the workflow.
|
CreateWorkflowRequest |
withDescription(String description)
A description of the workflow.
|
CreateWorkflowRequest |
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.
|
CreateWorkflowRequest |
withName(String name)
The name to be assigned to the workflow.
|
CreateWorkflowRequest |
withTags(Map<String,String> tags)
The tags to be used with this workflow.
|
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)
The name to be assigned to the workflow. It should be unique within your account.
name
- The name to be assigned to the workflow. It should be unique within your account.public String getName()
The name to be assigned to the workflow. It should be unique within your account.
public CreateWorkflowRequest withName(String name)
The name to be assigned to the workflow. It should be unique within your account.
name
- The name to be assigned to the workflow. It should be unique within your account.public void setDescription(String description)
A description of the workflow.
description
- A description of the workflow.public String getDescription()
A description of the workflow.
public CreateWorkflowRequest withDescription(String description)
A description of the workflow.
description
- A 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 CreateWorkflowRequest 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 CreateWorkflowRequest addDefaultRunPropertiesEntry(String key, String value)
public CreateWorkflowRequest clearDefaultRunPropertiesEntries()
public Map<String,String> getTags()
The tags to be used with this workflow.
public void setTags(Map<String,String> tags)
The tags to be used with this workflow.
tags
- The tags to be used with this workflow.public CreateWorkflowRequest withTags(Map<String,String> tags)
The tags to be used with this workflow.
tags
- The tags to be used with this workflow.public CreateWorkflowRequest addTagsEntry(String key, String value)
public CreateWorkflowRequest clearTagsEntries()
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 CreateWorkflowRequest 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 CreateWorkflowRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()