Interface ListDeploymentsResponse.Builder

    • Method Detail

      • deployments

        ListDeploymentsResponse.Builder deployments​(Collection<DeploymentSummary> deployments)

        The list of deployments that is returned.

        Parameters:
        deployments - The list of deployments that is returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deployments

        ListDeploymentsResponse.Builder deployments​(DeploymentSummary... deployments)

        The list of deployments that is returned.

        Parameters:
        deployments - The list of deployments that is returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListDeploymentsResponse.Builder nextToken​(String nextToken)

        If there are more items to return, this contains a token that is passed to a subsequent call to this operation to retrieve the next set of items.

        Parameters:
        nextToken - If there are more items to return, this contains a token that is passed to a subsequent call to this operation to retrieve the next set of items.
        Returns:
        Returns a reference to this object so that method calls can be chained together.