@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateApplicationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateApplicationRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationRequest |
clone() |
boolean |
equals(Object obj) |
ApplicationConfiguration |
getApplicationConfiguration()
Use this parameter to configure the application.
|
String |
getApplicationDescription()
A summary description of the application.
|
String |
getApplicationName()
The name of your application (for example,
sample-app). |
List<CloudWatchLoggingOption> |
getCloudWatchLoggingOptions()
Use this parameter to configure an Amazon CloudWatch log stream to monitor application configuration errors.
|
String |
getRuntimeEnvironment()
The runtime environment for the application (
SQL-1.0 or JAVA-8-FLINK-1.5). |
String |
getServiceExecutionRole()
The IAM role used by the application to access Kinesis data streams, Kinesis Data Firehose delivery streams,
Amazon S3 objects, and other external resources.
|
int |
hashCode() |
void |
setApplicationConfiguration(ApplicationConfiguration applicationConfiguration)
Use this parameter to configure the application.
|
void |
setApplicationDescription(String applicationDescription)
A summary description of the application.
|
void |
setApplicationName(String applicationName)
The name of your application (for example,
sample-app). |
void |
setCloudWatchLoggingOptions(Collection<CloudWatchLoggingOption> cloudWatchLoggingOptions)
Use this parameter to configure an Amazon CloudWatch log stream to monitor application configuration errors.
|
void |
setRuntimeEnvironment(String runtimeEnvironment)
The runtime environment for the application (
SQL-1.0 or JAVA-8-FLINK-1.5). |
void |
setServiceExecutionRole(String serviceExecutionRole)
The IAM role used by the application to access Kinesis data streams, Kinesis Data Firehose delivery streams,
Amazon S3 objects, and other external resources.
|
String |
toString()
Returns a string representation of this object.
|
CreateApplicationRequest |
withApplicationConfiguration(ApplicationConfiguration applicationConfiguration)
Use this parameter to configure the application.
|
CreateApplicationRequest |
withApplicationDescription(String applicationDescription)
A summary description of the application.
|
CreateApplicationRequest |
withApplicationName(String applicationName)
The name of your application (for example,
sample-app). |
CreateApplicationRequest |
withCloudWatchLoggingOptions(CloudWatchLoggingOption... cloudWatchLoggingOptions)
Use this parameter to configure an Amazon CloudWatch log stream to monitor application configuration errors.
|
CreateApplicationRequest |
withCloudWatchLoggingOptions(Collection<CloudWatchLoggingOption> cloudWatchLoggingOptions)
Use this parameter to configure an Amazon CloudWatch log stream to monitor application configuration errors.
|
CreateApplicationRequest |
withRuntimeEnvironment(RuntimeEnvironment runtimeEnvironment)
The runtime environment for the application (
SQL-1.0 or JAVA-8-FLINK-1.5). |
CreateApplicationRequest |
withRuntimeEnvironment(String runtimeEnvironment)
The runtime environment for the application (
SQL-1.0 or JAVA-8-FLINK-1.5). |
CreateApplicationRequest |
withServiceExecutionRole(String serviceExecutionRole)
The IAM role used by the application to access Kinesis data streams, Kinesis Data Firehose delivery streams,
Amazon S3 objects, and other external resources.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setApplicationName(String applicationName)
The name of your application (for example, sample-app).
applicationName - The name of your application (for example, sample-app).public String getApplicationName()
The name of your application (for example, sample-app).
sample-app).public CreateApplicationRequest withApplicationName(String applicationName)
The name of your application (for example, sample-app).
applicationName - The name of your application (for example, sample-app).public void setApplicationDescription(String applicationDescription)
A summary description of the application.
applicationDescription - A summary description of the application.public String getApplicationDescription()
A summary description of the application.
public CreateApplicationRequest withApplicationDescription(String applicationDescription)
A summary description of the application.
applicationDescription - A summary description of the application.public void setRuntimeEnvironment(String runtimeEnvironment)
The runtime environment for the application (SQL-1.0 or JAVA-8-FLINK-1.5).
runtimeEnvironment - The runtime environment for the application (SQL-1.0 or JAVA-8-FLINK-1.5).RuntimeEnvironmentpublic String getRuntimeEnvironment()
The runtime environment for the application (SQL-1.0 or JAVA-8-FLINK-1.5).
SQL-1.0 or JAVA-8-FLINK-1.5).RuntimeEnvironmentpublic CreateApplicationRequest withRuntimeEnvironment(String runtimeEnvironment)
The runtime environment for the application (SQL-1.0 or JAVA-8-FLINK-1.5).
runtimeEnvironment - The runtime environment for the application (SQL-1.0 or JAVA-8-FLINK-1.5).RuntimeEnvironmentpublic CreateApplicationRequest withRuntimeEnvironment(RuntimeEnvironment runtimeEnvironment)
The runtime environment for the application (SQL-1.0 or JAVA-8-FLINK-1.5).
runtimeEnvironment - The runtime environment for the application (SQL-1.0 or JAVA-8-FLINK-1.5).RuntimeEnvironmentpublic void setServiceExecutionRole(String serviceExecutionRole)
The IAM role used by the application to access Kinesis data streams, Kinesis Data Firehose delivery streams, Amazon S3 objects, and other external resources.
serviceExecutionRole - The IAM role used by the application to access Kinesis data streams, Kinesis Data Firehose delivery
streams, Amazon S3 objects, and other external resources.public String getServiceExecutionRole()
The IAM role used by the application to access Kinesis data streams, Kinesis Data Firehose delivery streams, Amazon S3 objects, and other external resources.
public CreateApplicationRequest withServiceExecutionRole(String serviceExecutionRole)
The IAM role used by the application to access Kinesis data streams, Kinesis Data Firehose delivery streams, Amazon S3 objects, and other external resources.
serviceExecutionRole - The IAM role used by the application to access Kinesis data streams, Kinesis Data Firehose delivery
streams, Amazon S3 objects, and other external resources.public void setApplicationConfiguration(ApplicationConfiguration applicationConfiguration)
Use this parameter to configure the application.
applicationConfiguration - Use this parameter to configure the application.public ApplicationConfiguration getApplicationConfiguration()
Use this parameter to configure the application.
public CreateApplicationRequest withApplicationConfiguration(ApplicationConfiguration applicationConfiguration)
Use this parameter to configure the application.
applicationConfiguration - Use this parameter to configure the application.public List<CloudWatchLoggingOption> getCloudWatchLoggingOptions()
Use this parameter to configure an Amazon CloudWatch log stream to monitor application configuration errors.
public void setCloudWatchLoggingOptions(Collection<CloudWatchLoggingOption> cloudWatchLoggingOptions)
Use this parameter to configure an Amazon CloudWatch log stream to monitor application configuration errors.
cloudWatchLoggingOptions - Use this parameter to configure an Amazon CloudWatch log stream to monitor application configuration
errors.public CreateApplicationRequest withCloudWatchLoggingOptions(CloudWatchLoggingOption... cloudWatchLoggingOptions)
Use this parameter to configure an Amazon CloudWatch log stream to monitor application configuration errors.
NOTE: This method appends the values to the existing list (if any). Use
setCloudWatchLoggingOptions(java.util.Collection) or
withCloudWatchLoggingOptions(java.util.Collection) if you want to override the existing values.
cloudWatchLoggingOptions - Use this parameter to configure an Amazon CloudWatch log stream to monitor application configuration
errors.public CreateApplicationRequest withCloudWatchLoggingOptions(Collection<CloudWatchLoggingOption> cloudWatchLoggingOptions)
Use this parameter to configure an Amazon CloudWatch log stream to monitor application configuration errors.
cloudWatchLoggingOptions - Use this parameter to configure an Amazon CloudWatch log stream to monitor application configuration
errors.public String toString()
toString in class ObjectObject.toString()public CreateApplicationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.