Cloneable
, ReadLimitInfo
, ToCopyableBuilder<AddApplicationInputRequest.Builder,AddApplicationInputRequest>
@Generated("software.amazon.awssdk:codegen") public class AddApplicationInputRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<AddApplicationInputRequest.Builder,AddApplicationInputRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
AddApplicationInputRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
applicationName() |
Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.
|
static AddApplicationInputRequest.Builder |
builder() |
|
Long |
currentApplicationVersionId() |
Current version of your Amazon Kinesis Analytics application.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Input |
input() |
|
static Class<? extends AddApplicationInputRequest.Builder> |
serializableBuilderClass() |
|
AddApplicationInputRequest.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 your existing Amazon Kinesis Analytics application to which you want to add the streaming source.
public Long currentApplicationVersionId()
Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.
public Input input()
public AddApplicationInputRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AddApplicationInputRequest.Builder,AddApplicationInputRequest>
public static AddApplicationInputRequest.Builder builder()
public static Class<? extends AddApplicationInputRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.