Interface ListDeploymentsResponse.Builder

    • Method Detail

      • deployments

        ListDeploymentsResponse.Builder deployments​(Collection<Deployment> deployments)
        A list of deployments for the requested groups.
        Parameters:
        deployments - A list of deployments for the requested groups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deployments

        ListDeploymentsResponse.Builder deployments​(Deployment... deployments)
        A list of deployments for the requested groups.
        Parameters:
        deployments - A list of deployments for the requested groups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListDeploymentsResponse.Builder nextToken​(String nextToken)
        The token for the next set of results, or ''null'' if there are no additional results.
        Parameters:
        nextToken - The token for the next set of results, or ''null'' if there are no additional results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.