Interface CreateApplicationRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<CreateApplicationRequest.Builder,CreateApplicationRequest>, KinesisAnalyticsV2Request.Builder, SdkBuilder<CreateApplicationRequest.Builder,CreateApplicationRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
CreateApplicationRequest

  • Method Details

    • applicationName

      CreateApplicationRequest.Builder applicationName(String applicationName)

      The name of your application (for example, sample-app).

      Parameters:
      applicationName - The name of your application (for example, sample-app).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • applicationDescription

      CreateApplicationRequest.Builder applicationDescription(String applicationDescription)

      A summary description of the application.

      Parameters:
      applicationDescription - A summary description of the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • runtimeEnvironment

      CreateApplicationRequest.Builder runtimeEnvironment(String runtimeEnvironment)

      The runtime environment for the application.

      Parameters:
      runtimeEnvironment - The runtime environment for the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • runtimeEnvironment

      CreateApplicationRequest.Builder runtimeEnvironment(RuntimeEnvironment runtimeEnvironment)

      The runtime environment for the application.

      Parameters:
      runtimeEnvironment - The runtime environment for the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • serviceExecutionRole

      CreateApplicationRequest.Builder serviceExecutionRole(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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • applicationConfiguration

      CreateApplicationRequest.Builder applicationConfiguration(ApplicationConfiguration applicationConfiguration)

      Use this parameter to configure the application.

      Parameters:
      applicationConfiguration - Use this parameter to configure the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • applicationConfiguration

      default CreateApplicationRequest.Builder applicationConfiguration(Consumer<ApplicationConfiguration.Builder> applicationConfiguration)

      Use this parameter to configure the application.

      This is a convenience method that creates an instance of the ApplicationConfiguration.Builder avoiding the need to create one manually via ApplicationConfiguration.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to applicationConfiguration(ApplicationConfiguration).

      Parameters:
      applicationConfiguration - a consumer that will call methods on ApplicationConfiguration.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • cloudWatchLoggingOptions

      CreateApplicationRequest.Builder cloudWatchLoggingOptions(Collection<CloudWatchLoggingOption> cloudWatchLoggingOptions)

      Use this parameter to configure an Amazon CloudWatch log stream to monitor application configuration errors.

      Parameters:
      cloudWatchLoggingOptions - Use this parameter to configure an Amazon CloudWatch log stream to monitor application configuration errors.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cloudWatchLoggingOptions

      CreateApplicationRequest.Builder cloudWatchLoggingOptions(CloudWatchLoggingOption... cloudWatchLoggingOptions)

      Use this parameter to configure an Amazon CloudWatch log stream to monitor application configuration errors.

      Parameters:
      cloudWatchLoggingOptions - Use this parameter to configure an Amazon CloudWatch log stream to monitor application configuration errors.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cloudWatchLoggingOptions

      CreateApplicationRequest.Builder cloudWatchLoggingOptions(Consumer<CloudWatchLoggingOption.Builder>... cloudWatchLoggingOptions)

      Use this parameter to configure an Amazon CloudWatch log stream to monitor application configuration errors.

      This is a convenience method that creates an instance of the CloudWatchLoggingOption.Builder avoiding the need to create one manually via CloudWatchLoggingOption.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to cloudWatchLoggingOptions(List<CloudWatchLoggingOption>).

      Parameters:
      cloudWatchLoggingOptions - a consumer that will call methods on CloudWatchLoggingOption.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      This is a convenience method that creates an instance of the Tag.Builder avoiding the need to create one manually via Tag.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tags(List<Tag>).

      Parameters:
      tags - a consumer that will call methods on Tag.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • applicationMode

      CreateApplicationRequest.Builder applicationMode(String applicationMode)

      Use the STREAMING mode to create a Kinesis Data Analytics For Flink application. To create a Kinesis Data Analytics Studio notebook, use the INTERACTIVE mode.

      Parameters:
      applicationMode - Use the STREAMING mode to create a Kinesis Data Analytics For Flink application. To create a Kinesis Data Analytics Studio notebook, use the INTERACTIVE mode.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • applicationMode

      CreateApplicationRequest.Builder applicationMode(ApplicationMode applicationMode)

      Use the STREAMING mode to create a Kinesis Data Analytics For Flink application. To create a Kinesis Data Analytics Studio notebook, use the INTERACTIVE mode.

      Parameters:
      applicationMode - Use the STREAMING mode to create a Kinesis Data Analytics For Flink application. To create a Kinesis Data Analytics Studio notebook, use the INTERACTIVE mode.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      CreateApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.