Interface AddApplicationInputResponse.Builder

    • Method Detail

      • applicationARN

        AddApplicationInputResponse.Builder applicationARN​(String applicationARN)

        The Amazon Resource Name (ARN) of the application.

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

        AddApplicationInputResponse.Builder applicationVersionId​(Long applicationVersionId)

        Provides the current application version.

        Parameters:
        applicationVersionId - Provides the current application version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • inputDescriptions

        AddApplicationInputResponse.Builder inputDescriptions​(Collection<InputDescription> inputDescriptions)

        Describes the application input configuration.

        Parameters:
        inputDescriptions - Describes the application input configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • inputDescriptions

        AddApplicationInputResponse.Builder inputDescriptions​(InputDescription... inputDescriptions)

        Describes the application input configuration.

        Parameters:
        inputDescriptions - Describes the application input configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.