@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AddApplicationReferenceDataSourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AddApplicationReferenceDataSourceRequest() |
Modifier and Type | Method and Description |
---|---|
AddApplicationReferenceDataSourceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationName()
Name of an existing application.
|
Long |
getCurrentApplicationVersionId()
Version of the application for which you are adding the reference data source.
|
ReferenceDataSource |
getReferenceDataSource()
The reference data source can be an object in your Amazon S3 bucket.
|
int |
hashCode() |
void |
setApplicationName(String applicationName)
Name of an existing application.
|
void |
setCurrentApplicationVersionId(Long currentApplicationVersionId)
Version of the application for which you are adding the reference data source.
|
void |
setReferenceDataSource(ReferenceDataSource referenceDataSource)
The reference data source can be an object in your Amazon S3 bucket.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
AddApplicationReferenceDataSourceRequest |
withApplicationName(String applicationName)
Name of an existing application.
|
AddApplicationReferenceDataSourceRequest |
withCurrentApplicationVersionId(Long currentApplicationVersionId)
Version of the application for which you are adding the reference data source.
|
AddApplicationReferenceDataSourceRequest |
withReferenceDataSource(ReferenceDataSource referenceDataSource)
The reference data source can be an object in your Amazon S3 bucket.
|
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 AddApplicationReferenceDataSourceRequest()
public void setApplicationName(String applicationName)
Name of an existing application.
applicationName
- Name of an existing application.public String getApplicationName()
Name of an existing application.
public AddApplicationReferenceDataSourceRequest withApplicationName(String applicationName)
Name of an existing application.
applicationName
- Name of an existing application.public void setCurrentApplicationVersionId(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.
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.public Long getCurrentApplicationVersionId()
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 AddApplicationReferenceDataSourceRequest withCurrentApplicationVersionId(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.
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.public void setReferenceDataSource(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.
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 ReferenceDataSource getReferenceDataSource()
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 withReferenceDataSource(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.
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 String toString()
toString
in class Object
Object.toString()
public AddApplicationReferenceDataSourceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.