@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 |
getClientToken()
The
clientToken parameter is an idempotency token. |
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.
|
MetadataCatalogConfig |
getMetadataCatalogConfig()
Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the
associated flow.
|
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 |
setClientToken(String clientToken)
The
clientToken parameter is an idempotency token. |
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 |
setMetadataCatalogConfig(MetadataCatalogConfig metadataCatalogConfig)
Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the
associated flow.
|
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 |
withClientToken(String clientToken)
The
clientToken parameter is an idempotency token. |
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 |
withMetadataCatalogConfig(MetadataCatalogConfig metadataCatalogConfig)
Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the
associated flow.
|
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 void setMetadataCatalogConfig(MetadataCatalogConfig metadataCatalogConfig)
Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the associated flow. When Amazon AppFlow catalogs the data from a flow, it stores metadata in a data catalog.
metadataCatalogConfig
- Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the
associated flow. When Amazon AppFlow catalogs the data from a flow, it stores metadata in a data catalog.public MetadataCatalogConfig getMetadataCatalogConfig()
Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the associated flow. When Amazon AppFlow catalogs the data from a flow, it stores metadata in a data catalog.
public CreateFlowRequest withMetadataCatalogConfig(MetadataCatalogConfig metadataCatalogConfig)
Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the associated flow. When Amazon AppFlow catalogs the data from a flow, it stores metadata in a data catalog.
metadataCatalogConfig
- Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the
associated flow. When Amazon AppFlow catalogs the data from a flow, it stores metadata in a data catalog.public void setClientToken(String clientToken)
The clientToken
parameter is an idempotency token. It ensures that your CreateFlow
request completes only once. You choose the value to pass. For example, if you don't receive a response from your
request, you can safely retry the request with the same clientToken
parameter value.
If you omit a clientToken
value, the Amazon Web Services SDK that you are using inserts a value for
you. This way, the SDK can safely retry requests multiple times after a network error. You must provide your own
value for other use cases.
If you specify input parameters that differ from your first request, an error occurs. If you use a different
value for clientToken
, Amazon AppFlow considers it a new call to CreateFlow
. The token
is active for 8 hours.
clientToken
- The clientToken
parameter is an idempotency token. It ensures that your
CreateFlow
request completes only once. You choose the value to pass. For example, if you
don't receive a response from your request, you can safely retry the request with the same
clientToken
parameter value.
If you omit a clientToken
value, the Amazon Web Services SDK that you are using inserts a
value for you. This way, the SDK can safely retry requests multiple times after a network error. You must
provide your own value for other use cases.
If you specify input parameters that differ from your first request, an error occurs. If you use a
different value for clientToken
, Amazon AppFlow considers it a new call to
CreateFlow
. The token is active for 8 hours.
public String getClientToken()
The clientToken
parameter is an idempotency token. It ensures that your CreateFlow
request completes only once. You choose the value to pass. For example, if you don't receive a response from your
request, you can safely retry the request with the same clientToken
parameter value.
If you omit a clientToken
value, the Amazon Web Services SDK that you are using inserts a value for
you. This way, the SDK can safely retry requests multiple times after a network error. You must provide your own
value for other use cases.
If you specify input parameters that differ from your first request, an error occurs. If you use a different
value for clientToken
, Amazon AppFlow considers it a new call to CreateFlow
. The token
is active for 8 hours.
clientToken
parameter is an idempotency token. It ensures that your
CreateFlow
request completes only once. You choose the value to pass. For example, if you
don't receive a response from your request, you can safely retry the request with the same
clientToken
parameter value.
If you omit a clientToken
value, the Amazon Web Services SDK that you are using inserts a
value for you. This way, the SDK can safely retry requests multiple times after a network error. You must
provide your own value for other use cases.
If you specify input parameters that differ from your first request, an error occurs. If you use a
different value for clientToken
, Amazon AppFlow considers it a new call to
CreateFlow
. The token is active for 8 hours.
public CreateFlowRequest withClientToken(String clientToken)
The clientToken
parameter is an idempotency token. It ensures that your CreateFlow
request completes only once. You choose the value to pass. For example, if you don't receive a response from your
request, you can safely retry the request with the same clientToken
parameter value.
If you omit a clientToken
value, the Amazon Web Services SDK that you are using inserts a value for
you. This way, the SDK can safely retry requests multiple times after a network error. You must provide your own
value for other use cases.
If you specify input parameters that differ from your first request, an error occurs. If you use a different
value for clientToken
, Amazon AppFlow considers it a new call to CreateFlow
. The token
is active for 8 hours.
clientToken
- The clientToken
parameter is an idempotency token. It ensures that your
CreateFlow
request completes only once. You choose the value to pass. For example, if you
don't receive a response from your request, you can safely retry the request with the same
clientToken
parameter value.
If you omit a clientToken
value, the Amazon Web Services SDK that you are using inserts a
value for you. This way, the SDK can safely retry requests multiple times after a network error. You must
provide your own value for other use cases.
If you specify input parameters that differ from your first request, an error occurs. If you use a
different value for clientToken
, Amazon AppFlow considers it a new call to
CreateFlow
. The token is active for 8 hours.
public String toString()
toString
in class Object
Object.toString()
public CreateFlowRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()