Interface DeleteApplicationCloudWatchLoggingOptionResponse.Builder

    • Method Detail

      • applicationARN

        DeleteApplicationCloudWatchLoggingOptionResponse.Builder applicationARN​(String applicationARN)

        The application's Amazon Resource Name (ARN).

        Parameters:
        applicationARN - The application's Amazon Resource Name (ARN).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • applicationVersionId

        DeleteApplicationCloudWatchLoggingOptionResponse.Builder applicationVersionId​(Long applicationVersionId)

        The version ID of the application. Kinesis Data Analytics updates the ApplicationVersionId each time you change the CloudWatch logging options.

        Parameters:
        applicationVersionId - The version ID of the application. Kinesis Data Analytics updates the ApplicationVersionId each time you change the CloudWatch logging options.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cloudWatchLoggingOptionDescriptions

        DeleteApplicationCloudWatchLoggingOptionResponse.Builder cloudWatchLoggingOptionDescriptions​(Collection<CloudWatchLoggingOptionDescription> cloudWatchLoggingOptionDescriptions)

        The descriptions of the remaining CloudWatch logging options for the application.

        Parameters:
        cloudWatchLoggingOptionDescriptions - The descriptions of the remaining CloudWatch logging options for the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cloudWatchLoggingOptionDescriptions

        DeleteApplicationCloudWatchLoggingOptionResponse.Builder cloudWatchLoggingOptionDescriptions​(CloudWatchLoggingOptionDescription... cloudWatchLoggingOptionDescriptions)

        The descriptions of the remaining CloudWatch logging options for the application.

        Parameters:
        cloudWatchLoggingOptionDescriptions - The descriptions of the remaining CloudWatch logging options for the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operationId

        DeleteApplicationCloudWatchLoggingOptionResponse.Builder operationId​(String operationId)
        Operation ID for tracking DeleteApplicationCloudWatchLoggingOption request
        Parameters:
        operationId - Operation ID for tracking DeleteApplicationCloudWatchLoggingOption request
        Returns:
        Returns a reference to this object so that method calls can be chained together.