Interface ListDeploymentsRequest.Builder

    • Method Detail

      • applicationId

        ListDeploymentsRequest.Builder applicationId​(String applicationId)

        The application ID.

        Parameters:
        applicationId - The application ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • environmentId

        ListDeploymentsRequest.Builder environmentId​(String environmentId)

        The environment ID.

        Parameters:
        environmentId - The environment ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListDeploymentsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of items that may be returned for this call. If there are items that have not yet been returned, the response will include a non-null NextToken that you can provide in a subsequent call to get the next set of results.

        Parameters:
        maxResults - The maximum number of items that may be returned for this call. If there are items that have not yet been returned, the response will include a non-null NextToken that you can provide in a subsequent call to get the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListDeploymentsRequest.Builder nextToken​(String nextToken)

        The token returned by a prior call to this operation indicating the next set of results to be returned. If not specified, the operation will return the first set of results.

        Parameters:
        nextToken - The token returned by a prior call to this operation indicating the next set of results to be returned. If not specified, the operation will return the first set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.