@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFlowRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateFlowRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateFlowRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
A description of the flow.
|
List<DestinationFlowConfig> |
getDestinationFlowConfigList()
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
|
String |
getFlowName()
The specified name of the flow.
|
SourceFlowConfig |
getSourceFlowConfig() |
List<Task> |
getTasks()
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
|
TriggerConfig |
getTriggerConfig()
The trigger settings that determine how and when the flow runs.
|
int |
hashCode() |
void |
setDescription(String description)
A description of the flow.
|
void |
setDestinationFlowConfigList(Collection<DestinationFlowConfig> destinationFlowConfigList)
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
|
void |
setFlowName(String flowName)
The specified name of the flow.
|
void |
setSourceFlowConfig(SourceFlowConfig sourceFlowConfig) |
void |
setTasks(Collection<Task> tasks)
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
|
void |
setTriggerConfig(TriggerConfig triggerConfig)
The trigger settings that determine how and when the flow runs.
|
String |
toString()
Returns a string representation of this object.
|
UpdateFlowRequest |
withDescription(String description)
A description of the flow.
|
UpdateFlowRequest |
withDestinationFlowConfigList(Collection<DestinationFlowConfig> destinationFlowConfigList)
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
|
UpdateFlowRequest |
withDestinationFlowConfigList(DestinationFlowConfig... destinationFlowConfigList)
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
|
UpdateFlowRequest |
withFlowName(String flowName)
The specified name of the flow.
|
UpdateFlowRequest |
withSourceFlowConfig(SourceFlowConfig sourceFlowConfig) |
UpdateFlowRequest |
withTasks(Collection<Task> tasks)
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
|
UpdateFlowRequest |
withTasks(Task... tasks)
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
|
UpdateFlowRequest |
withTriggerConfig(TriggerConfig triggerConfig)
The trigger settings that determine how and when the flow runs.
|
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 setFlowName(String flowName)
The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.
flowName
- The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.public String getFlowName()
The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.
public UpdateFlowRequest withFlowName(String flowName)
The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.
flowName
- The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.public void setDescription(String description)
A description of the flow.
description
- A description of the flow.public String getDescription()
A description of the flow.
public UpdateFlowRequest withDescription(String description)
A description of the flow.
description
- A description of the flow.public void setTriggerConfig(TriggerConfig triggerConfig)
The trigger settings that determine how and when the flow runs.
triggerConfig
- The trigger settings that determine how and when the flow runs.public TriggerConfig getTriggerConfig()
The trigger settings that determine how and when the flow runs.
public UpdateFlowRequest withTriggerConfig(TriggerConfig triggerConfig)
The trigger settings that determine how and when the flow runs.
triggerConfig
- The trigger settings that determine how and when the flow runs.public void setSourceFlowConfig(SourceFlowConfig sourceFlowConfig)
sourceFlowConfig
- public SourceFlowConfig getSourceFlowConfig()
public UpdateFlowRequest withSourceFlowConfig(SourceFlowConfig sourceFlowConfig)
sourceFlowConfig
- public List<DestinationFlowConfig> getDestinationFlowConfigList()
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
public void setDestinationFlowConfigList(Collection<DestinationFlowConfig> destinationFlowConfigList)
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
destinationFlowConfigList
- The configuration that controls how Amazon AppFlow transfers data to the destination connector.public UpdateFlowRequest withDestinationFlowConfigList(DestinationFlowConfig... destinationFlowConfigList)
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
NOTE: This method appends the values to the existing list (if any). Use
setDestinationFlowConfigList(java.util.Collection)
or
withDestinationFlowConfigList(java.util.Collection)
if you want to override the existing values.
destinationFlowConfigList
- The configuration that controls how Amazon AppFlow transfers data to the destination connector.public UpdateFlowRequest withDestinationFlowConfigList(Collection<DestinationFlowConfig> destinationFlowConfigList)
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
destinationFlowConfigList
- The configuration that controls how Amazon AppFlow transfers data to the destination connector.public List<Task> getTasks()
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
public void setTasks(Collection<Task> tasks)
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
tasks
- A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.public UpdateFlowRequest withTasks(Task... tasks)
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
NOTE: This method appends the values to the existing list (if any). Use
setTasks(java.util.Collection)
or withTasks(java.util.Collection)
if you want to override the
existing values.
tasks
- A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.public UpdateFlowRequest withTasks(Collection<Task> tasks)
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
tasks
- A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.public String toString()
toString
in class Object
Object.toString()
public UpdateFlowRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()