Interface DescribeApplicationVersionsRequest.Builder

    • Method Detail

      • applicationName

        DescribeApplicationVersionsRequest.Builder applicationName​(String applicationName)

        Specify an application name to show only application versions for that application.

        Parameters:
        applicationName - Specify an application name to show only application versions for that application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • versionLabels

        DescribeApplicationVersionsRequest.Builder versionLabels​(Collection<String> versionLabels)

        Specify a version label to show a specific application version.

        Parameters:
        versionLabels - Specify a version label to show a specific application version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • versionLabels

        DescribeApplicationVersionsRequest.Builder versionLabels​(String... versionLabels)

        Specify a version label to show a specific application version.

        Parameters:
        versionLabels - Specify a version label to show a specific application version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxRecords

        DescribeApplicationVersionsRequest.Builder maxRecords​(Integer maxRecords)

        For a paginated request. Specify a maximum number of application versions to include in each response.

        If no MaxRecords is specified, all available application versions are retrieved in a single response.

        Parameters:
        maxRecords - For a paginated request. Specify a maximum number of application versions to include in each response.

        If no MaxRecords is specified, all available application versions are retrieved in a single response.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeApplicationVersionsRequest.Builder nextToken​(String nextToken)

        For a paginated request. Specify a token from a previous response page to retrieve the next response page. All other parameter values must be identical to the ones specified in the initial request.

        If no NextToken is specified, the first page is retrieved.

        Parameters:
        nextToken - For a paginated request. Specify a token from a previous response page to retrieve the next response page. All other parameter values must be identical to the ones specified in the initial request.

        If no NextToken is specified, the first page is retrieved.

        Returns:
        Returns a reference to this object so that method calls can be chained together.