Interface ListStageDevicesRequest.Builder

    • Method Detail

      • nextToken

        ListStageDevicesRequest.Builder nextToken​(String nextToken)

        The response from the last list when returning a list large enough to neeed tokening.

        Parameters:
        nextToken - The response from the last list when returning a list large enough to neeed tokening.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListStageDevicesRequest.Builder maxResults​(Integer maxResults)

        The maximum number of requests to select.

        Parameters:
        maxResults - The maximum number of requests to select.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • edgeDeploymentPlanName

        ListStageDevicesRequest.Builder edgeDeploymentPlanName​(String edgeDeploymentPlanName)

        The name of the edge deployment plan.

        Parameters:
        edgeDeploymentPlanName - The name of the edge deployment plan.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • excludeDevicesDeployedInOtherStage

        ListStageDevicesRequest.Builder excludeDevicesDeployedInOtherStage​(Boolean excludeDevicesDeployedInOtherStage)

        Toggle for excluding devices deployed in other stages.

        Parameters:
        excludeDevicesDeployedInOtherStage - Toggle for excluding devices deployed in other stages.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stageName

        ListStageDevicesRequest.Builder stageName​(String stageName)

        The name of the stage in the deployment.

        Parameters:
        stageName - The name of the stage in the deployment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.