@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartApplicationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartApplicationRequest() |
Modifier and Type | Method and Description |
---|---|
StartApplicationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
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 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()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.