Interface ListBulkDeploymentsResponse.Builder

    • Method Detail

      • bulkDeployments

        ListBulkDeploymentsResponse.Builder bulkDeployments​(BulkDeployment... bulkDeployments)
        A list of bulk deployments.
        Parameters:
        bulkDeployments - A list of bulk deployments.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListBulkDeploymentsResponse.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.