@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
ApplicationConfiguration |
getApplicationConfiguration()
Use this parameter to configure the application.
|
String |
getApplicationDescription()
A summary description of the application.
|
String |
getApplicationMode()
Use the
STREAMING mode to create a Managed Service for Apache Flink 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.
|
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.
|
List<Tag> |
getTags()
A list of one or more tags to assign to the application.
|
int |
hashCode() |
void |
setApplicationConfiguration(ApplicationConfiguration applicationConfiguration)
Use this parameter to configure the application.
|
void |
setApplicationDescription(String applicationDescription)
A summary description of the application.
|
void |
setApplicationMode(String applicationMode)
Use the
STREAMING mode to create a Managed Service for Apache Flink 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.
|
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.
|
void |
setTags(Collection<Tag> tags)
A list of one or more tags to assign to the application.
|
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 |
withApplicationMode(ApplicationMode applicationMode)
Use the
STREAMING mode to create a Managed Service for Apache Flink application. |
CreateApplicationRequest |
withApplicationMode(String applicationMode)
Use the
STREAMING mode to create a Managed Service for Apache Flink 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.
|
CreateApplicationRequest |
withRuntimeEnvironment(String runtimeEnvironment)
The runtime environment for the application.
|
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.
|
CreateApplicationRequest |
withTags(Collection<Tag> tags)
A list of one or more tags to assign to the application.
|
CreateApplicationRequest |
withTags(Tag... tags)
A list of one or more tags to assign to the application.
|
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 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.
runtimeEnvironment
- The runtime environment for the application.RuntimeEnvironment
public String getRuntimeEnvironment()
The runtime environment for the application.
RuntimeEnvironment
public CreateApplicationRequest withRuntimeEnvironment(String runtimeEnvironment)
The runtime environment for the application.
runtimeEnvironment
- The runtime environment for the application.RuntimeEnvironment
public CreateApplicationRequest withRuntimeEnvironment(RuntimeEnvironment runtimeEnvironment)
The runtime environment for the application.
runtimeEnvironment
- The runtime environment for the application.RuntimeEnvironment
public 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 List<Tag> getTags()
A list of one or more tags to assign to the application. A tag is a key-value pair that identifies an application. Note that the maximum number of application tags includes system tags. The maximum number of user-defined application tags is 50. For more information, see Using Tagging.
public void setTags(Collection<Tag> tags)
A list of one or more tags to assign to the application. A tag is a key-value pair that identifies an application. Note that the maximum number of application tags includes system tags. The maximum number of user-defined application tags is 50. For more information, see Using Tagging.
tags
- A list of one or more tags to assign to the application. A tag is a key-value pair that identifies an
application. Note that the maximum number of application tags includes system tags. The maximum number of
user-defined application tags is 50. For more information, see Using Tagging.public CreateApplicationRequest withTags(Tag... tags)
A list of one or more tags to assign to the application. A tag is a key-value pair that identifies an application. Note that the maximum number of application tags includes system tags. The maximum number of user-defined application tags is 50. For more information, see Using Tagging.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- A list of one or more tags to assign to the application. A tag is a key-value pair that identifies an
application. Note that the maximum number of application tags includes system tags. The maximum number of
user-defined application tags is 50. For more information, see Using Tagging.public CreateApplicationRequest withTags(Collection<Tag> tags)
A list of one or more tags to assign to the application. A tag is a key-value pair that identifies an application. Note that the maximum number of application tags includes system tags. The maximum number of user-defined application tags is 50. For more information, see Using Tagging.
tags
- A list of one or more tags to assign to the application. A tag is a key-value pair that identifies an
application. Note that the maximum number of application tags includes system tags. The maximum number of
user-defined application tags is 50. For more information, see Using Tagging.public void setApplicationMode(String applicationMode)
Use the STREAMING
mode to create a Managed Service for Apache Flink application. To create a Managed
Service for Apache Flink Studio notebook, use the INTERACTIVE
mode.
applicationMode
- Use the STREAMING
mode to create a Managed Service for Apache Flink application. To create a
Managed Service for Apache Flink Studio notebook, use the INTERACTIVE
mode.ApplicationMode
public String getApplicationMode()
Use the STREAMING
mode to create a Managed Service for Apache Flink application. To create a Managed
Service for Apache Flink Studio notebook, use the INTERACTIVE
mode.
STREAMING
mode to create a Managed Service for Apache Flink application. To create a
Managed Service for Apache Flink Studio notebook, use the INTERACTIVE
mode.ApplicationMode
public CreateApplicationRequest withApplicationMode(String applicationMode)
Use the STREAMING
mode to create a Managed Service for Apache Flink application. To create a Managed
Service for Apache Flink Studio notebook, use the INTERACTIVE
mode.
applicationMode
- Use the STREAMING
mode to create a Managed Service for Apache Flink application. To create a
Managed Service for Apache Flink Studio notebook, use the INTERACTIVE
mode.ApplicationMode
public CreateApplicationRequest withApplicationMode(ApplicationMode applicationMode)
Use the STREAMING
mode to create a Managed Service for Apache Flink application. To create a Managed
Service for Apache Flink Studio notebook, use the INTERACTIVE
mode.
applicationMode
- Use the STREAMING
mode to create a Managed Service for Apache Flink application. To create a
Managed Service for Apache Flink Studio notebook, use the INTERACTIVE
mode.ApplicationMode
public String toString()
toString
in class Object
Object.toString()
public CreateApplicationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()