Cloneable
, ReadLimitInfo
, ToCopyableBuilder<StartApplicationRequest.Builder,StartApplicationRequest>
@Generated("software.amazon.awssdk:codegen") public class StartApplicationRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<StartApplicationRequest.Builder,StartApplicationRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
StartApplicationRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
applicationName() |
Name of the application.
|
static StartApplicationRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<InputConfiguration> |
inputConfigurations() |
Identifies the specific input, by ID, that the application starts consuming.
|
static Class<? extends StartApplicationRequest.Builder> |
serializableBuilderClass() |
|
StartApplicationRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String applicationName()
Name of the application.
public List<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.
public StartApplicationRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<StartApplicationRequest.Builder,StartApplicationRequest>
public static StartApplicationRequest.Builder builder()
public static Class<? extends StartApplicationRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.