@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateFlowRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateFlowRequest() |
Modifier and Type | Method and Description |
---|---|
CreateFlowRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateFlowRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateFlowRequest |
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 you want to create.
|
List<DestinationFlowConfig> |
getDestinationFlowConfigList()
The configuration that controls how Amazon AppFlow places data in the destination connector.
|
String |
getFlowName()
The specified name of the flow.
|
String |
getKmsArn()
The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption.
|
SourceFlowConfig |
getSourceFlowConfig()
The configuration that controls how Amazon AppFlow retrieves data from the source connector.
|
Map<String,String> |
getTags()
The tags used to organize, track, or control access for your flow.
|
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 you want to create.
|
void |
setDestinationFlowConfigList(Collection<DestinationFlowConfig> destinationFlowConfigList)
The configuration that controls how Amazon AppFlow places data in the destination connector.
|
void |
setFlowName(String flowName)
The specified name of the flow.
|
void |
setKmsArn(String kmsArn)
The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption.
|
void |
setSourceFlowConfig(SourceFlowConfig sourceFlowConfig)
The configuration that controls how Amazon AppFlow retrieves data from the source connector.
|
void |
setTags(Map<String,String> tags)
The tags used to organize, track, or control access for your flow.
|
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.
|
CreateFlowRequest |
withDescription(String description)
A description of the flow you want to create.
|
CreateFlowRequest |
withDestinationFlowConfigList(Collection<DestinationFlowConfig> destinationFlowConfigList)
The configuration that controls how Amazon AppFlow places data in the destination connector.
|
CreateFlowRequest |
withDestinationFlowConfigList(DestinationFlowConfig... destinationFlowConfigList)
The configuration that controls how Amazon AppFlow places data in the destination connector.
|
CreateFlowRequest |
withFlowName(String flowName)
The specified name of the flow.
|
CreateFlowRequest |
withKmsArn(String kmsArn)
The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption.
|
CreateFlowRequest |
withSourceFlowConfig(SourceFlowConfig sourceFlowConfig)
The configuration that controls how Amazon AppFlow retrieves data from the source connector.
|
CreateFlowRequest |
withTags(Map<String,String> tags)
The tags used to organize, track, or control access for your flow.
|
CreateFlowRequest |
withTasks(Collection<Task> tasks)
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
|
CreateFlowRequest |
withTasks(Task... tasks)
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
|
CreateFlowRequest |
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 CreateFlowRequest 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 you want to create.
description
- A description of the flow you want to create.public String getDescription()
A description of the flow you want to create.
public CreateFlowRequest withDescription(String description)
A description of the flow you want to create.
description
- A description of the flow you want to create.public void setKmsArn(String kmsArn)
The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.
kmsArn
- The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is
required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here,
Amazon AppFlow uses the Amazon AppFlow-managed KMS key.public String getKmsArn()
The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.
public CreateFlowRequest withKmsArn(String kmsArn)
The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.
kmsArn
- The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is
required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here,
Amazon AppFlow uses the Amazon AppFlow-managed KMS key.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 CreateFlowRequest 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)
The configuration that controls how Amazon AppFlow retrieves data from the source connector.
sourceFlowConfig
- The configuration that controls how Amazon AppFlow retrieves data from the source connector.public SourceFlowConfig getSourceFlowConfig()
The configuration that controls how Amazon AppFlow retrieves data from the source connector.
public CreateFlowRequest withSourceFlowConfig(SourceFlowConfig sourceFlowConfig)
The configuration that controls how Amazon AppFlow retrieves data from the source connector.
sourceFlowConfig
- The configuration that controls how Amazon AppFlow retrieves data from the source connector.public List<DestinationFlowConfig> getDestinationFlowConfigList()
The configuration that controls how Amazon AppFlow places data in the destination connector.
public void setDestinationFlowConfigList(Collection<DestinationFlowConfig> destinationFlowConfigList)
The configuration that controls how Amazon AppFlow places data in the destination connector.
destinationFlowConfigList
- The configuration that controls how Amazon AppFlow places data in the destination connector.public CreateFlowRequest withDestinationFlowConfigList(DestinationFlowConfig... destinationFlowConfigList)
The configuration that controls how Amazon AppFlow places data in 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 places data in the destination connector.public CreateFlowRequest withDestinationFlowConfigList(Collection<DestinationFlowConfig> destinationFlowConfigList)
The configuration that controls how Amazon AppFlow places data in the destination connector.
destinationFlowConfigList
- The configuration that controls how Amazon AppFlow places data in 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 CreateFlowRequest 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 CreateFlowRequest 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 Map<String,String> getTags()
The tags used to organize, track, or control access for your flow.
public void setTags(Map<String,String> tags)
The tags used to organize, track, or control access for your flow.
tags
- The tags used to organize, track, or control access for your flow.public CreateFlowRequest withTags(Map<String,String> tags)
The tags used to organize, track, or control access for your flow.
tags
- The tags used to organize, track, or control access for your flow.public CreateFlowRequest addTagsEntry(String key, String value)
public CreateFlowRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateFlowRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()