@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()
The name of an existing application.
|
Long |
getCurrentApplicationVersionId()
The 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)
The name of an existing application.
|
void |
setCurrentApplicationVersionId(Long currentApplicationVersionId)
The 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.
|
AddApplicationReferenceDataSourceRequest |
withApplicationName(String applicationName)
The name of an existing application.
|
AddApplicationReferenceDataSourceRequest |
withCurrentApplicationVersionId(Long currentApplicationVersionId)
The 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)
The name of an existing application.
applicationName
- The name of an existing application.public String getApplicationName()
The name of an existing application.
public AddApplicationReferenceDataSourceRequest withApplicationName(String applicationName)
The name of an existing application.
applicationName
- The name of an existing application.public void setCurrentApplicationVersionId(Long currentApplicationVersionId)
The 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
- The 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()
The 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)
The 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
- The 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. Kinesis Data 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.
referenceDataSource
- The reference data source can be an object in your Amazon S3 bucket. Kinesis Data 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.public ReferenceDataSource getReferenceDataSource()
The reference data source can be an object in your Amazon S3 bucket. Kinesis Data 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.
public AddApplicationReferenceDataSourceRequest withReferenceDataSource(ReferenceDataSource referenceDataSource)
The reference data source can be an object in your Amazon S3 bucket. Kinesis Data 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.
referenceDataSource
- The reference data source can be an object in your Amazon S3 bucket. Kinesis Data 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.public String toString()
toString
in class Object
Object.toString()
public AddApplicationReferenceDataSourceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()