JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.kinesisanalytics.model

Class DeleteApplicationOutputRequest

    • Constructor Detail

      • DeleteApplicationOutputRequest

        public DeleteApplicationOutputRequest()
    • Method Detail

      • setApplicationName

        public void setApplicationName(String applicationName)

        Amazon Kinesis Analytics application name.

        Parameters:
        applicationName - Amazon Kinesis Analytics application name.
      • getApplicationName

        public String getApplicationName()

        Amazon Kinesis Analytics application name.

        Returns:
        Amazon Kinesis Analytics application name.
      • withApplicationName

        public DeleteApplicationOutputRequest withApplicationName(String applicationName)

        Amazon Kinesis Analytics application name.

        Parameters:
        applicationName - Amazon Kinesis Analytics application name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCurrentApplicationVersionId

        public void setCurrentApplicationVersionId(Long currentApplicationVersionId)

        Amazon Kinesis Analytics application version. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException is returned.

        Parameters:
        currentApplicationVersionId - Amazon Kinesis Analytics application version. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException is returned.
      • getCurrentApplicationVersionId

        public Long getCurrentApplicationVersionId()

        Amazon Kinesis Analytics application version. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException is returned.

        Returns:
        Amazon Kinesis Analytics application version. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException is returned.
      • withCurrentApplicationVersionId

        public DeleteApplicationOutputRequest withCurrentApplicationVersionId(Long currentApplicationVersionId)

        Amazon Kinesis Analytics application version. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException is returned.

        Parameters:
        currentApplicationVersionId - Amazon Kinesis Analytics application version. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException is returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setOutputId

        public void setOutputId(String outputId)

        The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId.

        Parameters:
        outputId - The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId.
      • getOutputId

        public String getOutputId()

        The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId.

        Returns:
        The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId.
      • withOutputId

        public DeleteApplicationOutputRequest withOutputId(String outputId)

        The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId.

        Parameters:
        outputId - The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /