Interface ListDeploymentsRequest.Builder

    • Method Detail

      • targetArn

        ListDeploymentsRequest.Builder targetArn​(String targetArn)

        The ARN of the target IoT thing or thing group.

        Parameters:
        targetArn - The ARN of the target IoT thing or thing group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • historyFilter

        ListDeploymentsRequest.Builder historyFilter​(String historyFilter)

        The filter for the list of deployments. Choose one of the following options:

        • ALL – The list includes all deployments.

        • LATEST_ONLY – The list includes only the latest revision of each deployment.

        Default: LATEST_ONLY

        Parameters:
        historyFilter - The filter for the list of deployments. Choose one of the following options:

        • ALL – The list includes all deployments.

        • LATEST_ONLY – The list includes only the latest revision of each deployment.

        Default: LATEST_ONLY

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DeploymentHistoryFilter, DeploymentHistoryFilter
      • historyFilter

        ListDeploymentsRequest.Builder historyFilter​(DeploymentHistoryFilter historyFilter)

        The filter for the list of deployments. Choose one of the following options:

        • ALL – The list includes all deployments.

        • LATEST_ONLY – The list includes only the latest revision of each deployment.

        Default: LATEST_ONLY

        Parameters:
        historyFilter - The filter for the list of deployments. Choose one of the following options:

        • ALL – The list includes all deployments.

        • LATEST_ONLY – The list includes only the latest revision of each deployment.

        Default: LATEST_ONLY

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DeploymentHistoryFilter, DeploymentHistoryFilter
      • parentTargetArn

        ListDeploymentsRequest.Builder parentTargetArn​(String parentTargetArn)

        The parent deployment's target ARN within a subdeployment.

        Parameters:
        parentTargetArn - The parent deployment's target ARN within a subdeployment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListDeploymentsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to be returned per paginated request.

        Default: 50

        Parameters:
        maxResults - The maximum number of results to be returned per paginated request.

        Default: 50

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListDeploymentsRequest.Builder nextToken​(String nextToken)

        The token to be used for the next set of paginated results.

        Parameters:
        nextToken - The token to be used for the next set of paginated results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.