Interface DescribeReleaseLabelResponse.Builder

    • Method Detail

      • releaseLabel

        DescribeReleaseLabelResponse.Builder releaseLabel​(String releaseLabel)

        The target release label described in the response.

        Parameters:
        releaseLabel - The target release label described in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • applications

        DescribeReleaseLabelResponse.Builder applications​(Collection<SimplifiedApplication> applications)

        The list of applications available for the target release label. Name is the name of the application. Version is the concise version of the application.

        Parameters:
        applications - The list of applications available for the target release label. Name is the name of the application. Version is the concise version of the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • applications

        DescribeReleaseLabelResponse.Builder applications​(SimplifiedApplication... applications)

        The list of applications available for the target release label. Name is the name of the application. Version is the concise version of the application.

        Parameters:
        applications - The list of applications available for the target release label. Name is the name of the application. Version is the concise version of the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeReleaseLabelResponse.Builder nextToken​(String nextToken)

        The pagination token. Reserved for future use. Currently set to null.

        Parameters:
        nextToken - The pagination token. Reserved for future use. Currently set to null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.