public class StartApplicationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartApplicationRequest() |
Modifier and Type | Method and Description |
---|---|
StartApplicationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationName()
Name of the application.
|
List<InputConfiguration> |
getInputConfigurations()
Identifies the specific input, by ID, that the application starts
consuming.
|
int |
hashCode() |
void |
setApplicationName(String applicationName)
Name of the application.
|
void |
setInputConfigurations(Collection<InputConfiguration> inputConfigurations)
Identifies the specific input, by ID, that the application starts
consuming.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
StartApplicationRequest |
withApplicationName(String applicationName)
Name of the application.
|
StartApplicationRequest |
withInputConfigurations(Collection<InputConfiguration> inputConfigurations)
Identifies the specific input, by ID, that the application starts
consuming.
|
StartApplicationRequest |
withInputConfigurations(InputConfiguration... inputConfigurations)
Identifies the specific input, by ID, that the application starts
consuming.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setApplicationName(String applicationName)
Name of the application.
applicationName
- Name of the application.public String getApplicationName()
Name of the application.
public StartApplicationRequest withApplicationName(String applicationName)
Name of the application.
applicationName
- Name of the application.public List<InputConfiguration> getInputConfigurations()
Identifies the specific input, by ID, that the application starts consuming. Amazon Kinesis Analytics starts reading the streaming source associated with the input. You can also specify where in the streaming source you want Amazon Kinesis Analytics to start reading.
public void setInputConfigurations(Collection<InputConfiguration> inputConfigurations)
Identifies the specific input, by ID, that the application starts consuming. Amazon Kinesis Analytics starts reading the streaming source associated with the input. You can also specify where in the streaming source you want Amazon Kinesis Analytics to start reading.
inputConfigurations
- Identifies the specific input, by ID, that the application starts
consuming. Amazon Kinesis Analytics starts reading the streaming
source associated with the input. You can also specify where in
the streaming source you want Amazon Kinesis Analytics to start
reading.public StartApplicationRequest withInputConfigurations(InputConfiguration... inputConfigurations)
Identifies the specific input, by ID, that the application starts consuming. Amazon Kinesis Analytics starts reading the streaming source associated with the input. You can also specify where in the streaming source you want Amazon Kinesis Analytics to start reading.
NOTE: This method appends the values to the existing list (if
any). Use setInputConfigurations(java.util.Collection)
or
withInputConfigurations(java.util.Collection)
if you want to
override the existing values.
inputConfigurations
- Identifies the specific input, by ID, that the application starts
consuming. Amazon Kinesis Analytics starts reading the streaming
source associated with the input. You can also specify where in
the streaming source you want Amazon Kinesis Analytics to start
reading.public StartApplicationRequest withInputConfigurations(Collection<InputConfiguration> inputConfigurations)
Identifies the specific input, by ID, that the application starts consuming. Amazon Kinesis Analytics starts reading the streaming source associated with the input. You can also specify where in the streaming source you want Amazon Kinesis Analytics to start reading.
inputConfigurations
- Identifies the specific input, by ID, that the application starts
consuming. Amazon Kinesis Analytics starts reading the streaming
source associated with the input. You can also specify where in
the streaming source you want Amazon Kinesis Analytics to start
reading.public String toString()
toString
in class Object
Object.toString()
public StartApplicationRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2016. All rights reserved.