@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 |
getClientToken()
The
clientToken parameter is an idempotency token. |
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.
|
MetadataCatalogConfig |
getMetadataCatalogConfig()
Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the
associated 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 |
setClientToken(String clientToken)
The
clientToken parameter is an idempotency token. |
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 |
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) |
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 |
withClientToken(String clientToken)
The
clientToken parameter is an idempotency token. |
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 |
withMetadataCatalogConfig(MetadataCatalogConfig metadataCatalogConfig)
Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the
associated 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 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 UpdateFlowRequest 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 UpdateFlow
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 UpdateFlow
. The token
is active for 8 hours.
clientToken
- The clientToken
parameter is an idempotency token. It ensures that your
UpdateFlow
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
UpdateFlow
. The token is active for 8 hours.
public String getClientToken()
The clientToken
parameter is an idempotency token. It ensures that your UpdateFlow
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 UpdateFlow
. The token
is active for 8 hours.
clientToken
parameter is an idempotency token. It ensures that your
UpdateFlow
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
UpdateFlow
. The token is active for 8 hours.
public UpdateFlowRequest withClientToken(String clientToken)
The clientToken
parameter is an idempotency token. It ensures that your UpdateFlow
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 UpdateFlow
. The token
is active for 8 hours.
clientToken
- The clientToken
parameter is an idempotency token. It ensures that your
UpdateFlow
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
UpdateFlow
. The token is active for 8 hours.
public String toString()
toString
in class Object
Object.toString()
public UpdateFlowRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()