Cloneable
, ReadLimitInfo
, ToCopyableBuilder<AddApplicationReferenceDataSourceRequest.Builder,AddApplicationReferenceDataSourceRequest>
@Generated("software.amazon.awssdk:codegen") public class AddApplicationReferenceDataSourceRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<AddApplicationReferenceDataSourceRequest.Builder,AddApplicationReferenceDataSourceRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
AddApplicationReferenceDataSourceRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
applicationName() |
Name of an existing application.
|
static AddApplicationReferenceDataSourceRequest.Builder |
builder() |
|
Long |
currentApplicationVersionId() |
Version of the application for which you are adding the reference data source.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
ReferenceDataSource |
referenceDataSource() |
The reference data source can be an object in your Amazon S3 bucket.
|
static Class<? extends AddApplicationReferenceDataSourceRequest.Builder> |
serializableBuilderClass() |
|
AddApplicationReferenceDataSourceRequest.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 an existing application.
public Long currentApplicationVersionId()
Version of the application for which you are adding the reference data source. You can use the
DescribeApplication operation to get the current application version. If the version specified is not the
current version, the ConcurrentModificationException
is returned.
ConcurrentModificationException
is returned.public ReferenceDataSource referenceDataSource()
The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.
public AddApplicationReferenceDataSourceRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AddApplicationReferenceDataSourceRequest.Builder,AddApplicationReferenceDataSourceRequest>
public static AddApplicationReferenceDataSourceRequest.Builder builder()
public static Class<? extends AddApplicationReferenceDataSourceRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.