Interface ListStageDevicesResponse.Builder

    • Method Detail

      • deviceDeploymentSummaries

        ListStageDevicesResponse.Builder deviceDeploymentSummaries​(Collection<DeviceDeploymentSummary> deviceDeploymentSummaries)

        List of summaries of devices allocated to the stage.

        Parameters:
        deviceDeploymentSummaries - List of summaries of devices allocated to the stage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deviceDeploymentSummaries

        ListStageDevicesResponse.Builder deviceDeploymentSummaries​(DeviceDeploymentSummary... deviceDeploymentSummaries)

        List of summaries of devices allocated to the stage.

        Parameters:
        deviceDeploymentSummaries - List of summaries of devices allocated to the stage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListStageDevicesResponse.Builder nextToken​(String nextToken)

        The token to use when calling the next page of results.

        Parameters:
        nextToken - The token to use when calling the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.