* The application's ARN. *
*/ private String applicationARN; /** *
* The new version ID of the Kinesis Data Analytics application. Kinesis Data Analytics updates the
* ApplicationVersionId
each time you change the CloudWatch logging options.
*
* The descriptions of the current CloudWatch logging options for the Kinesis Data Analytics application. *
*/ private java.util.List* The application's ARN. *
* * @param applicationARN * The application's ARN. */ public void setApplicationARN(String applicationARN) { this.applicationARN = applicationARN; } /** ** The application's ARN. *
* * @return The application's ARN. */ public String getApplicationARN() { return this.applicationARN; } /** ** The application's ARN. *
* * @param applicationARN * The application's ARN. * @return Returns a reference to this object so that method calls can be chained together. */ public AddApplicationCloudWatchLoggingOptionResult withApplicationARN(String applicationARN) { setApplicationARN(applicationARN); return this; } /** *
* The new version ID of the Kinesis Data Analytics application. Kinesis Data Analytics updates the
* ApplicationVersionId
each time you change the CloudWatch logging options.
*
ApplicationVersionId
each time you change the CloudWatch logging options.
*/
public void setApplicationVersionId(Long applicationVersionId) {
this.applicationVersionId = applicationVersionId;
}
/**
*
* The new version ID of the Kinesis Data Analytics application. Kinesis Data Analytics updates the
* ApplicationVersionId
each time you change the CloudWatch logging options.
*
ApplicationVersionId
each time you change the CloudWatch logging options.
*/
public Long getApplicationVersionId() {
return this.applicationVersionId;
}
/**
*
* The new version ID of the Kinesis Data Analytics application. Kinesis Data Analytics updates the
* ApplicationVersionId
each time you change the CloudWatch logging options.
*
ApplicationVersionId
each time you change the CloudWatch logging options.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public AddApplicationCloudWatchLoggingOptionResult withApplicationVersionId(Long applicationVersionId) {
setApplicationVersionId(applicationVersionId);
return this;
}
/**
* * The descriptions of the current CloudWatch logging options for the Kinesis Data Analytics application. *
* * @return The descriptions of the current CloudWatch logging options for the Kinesis Data Analytics application. */ public java.util.List* The descriptions of the current CloudWatch logging options for the Kinesis Data Analytics application. *
* * @param cloudWatchLoggingOptionDescriptions * The descriptions of the current CloudWatch logging options for the Kinesis Data Analytics application. */ public void setCloudWatchLoggingOptionDescriptions(java.util.Collection* The descriptions of the current CloudWatch logging options for the Kinesis Data Analytics application. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setCloudWatchLoggingOptionDescriptions(java.util.Collection)} or * {@link #withCloudWatchLoggingOptionDescriptions(java.util.Collection)} if you want to override the existing * values. *
* * @param cloudWatchLoggingOptionDescriptions * The descriptions of the current CloudWatch logging options for the Kinesis Data Analytics application. * @return Returns a reference to this object so that method calls can be chained together. */ public AddApplicationCloudWatchLoggingOptionResult withCloudWatchLoggingOptionDescriptions( CloudWatchLoggingOptionDescription... cloudWatchLoggingOptionDescriptions) { if (this.cloudWatchLoggingOptionDescriptions == null) { setCloudWatchLoggingOptionDescriptions(new java.util.ArrayList* The descriptions of the current CloudWatch logging options for the Kinesis Data Analytics application. *
* * @param cloudWatchLoggingOptionDescriptions * The descriptions of the current CloudWatch logging options for the Kinesis Data Analytics application. * @return Returns a reference to this object so that method calls can be chained together. */ public AddApplicationCloudWatchLoggingOptionResult withCloudWatchLoggingOptionDescriptions( java.util.Collection