Interface ListDeploymentTargetsResponse.Builder

    • Method Detail

      • targetIds

        ListDeploymentTargetsResponse.Builder targetIds​(Collection<String> targetIds)

        The unique IDs of deployment targets.

        Parameters:
        targetIds - The unique IDs of deployment targets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetIds

        ListDeploymentTargetsResponse.Builder targetIds​(String... targetIds)

        The unique IDs of deployment targets.

        Parameters:
        targetIds - The unique IDs of deployment targets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListDeploymentTargetsResponse.Builder nextToken​(String nextToken)

        If a large amount of information is returned, a token identifier is also returned. It can be used in a subsequent ListDeploymentTargets call to return the next set of deployment targets in the list.

        Parameters:
        nextToken - If a large amount of information is returned, a token identifier is also returned. It can be used in a subsequent ListDeploymentTargets call to return the next set of deployment targets in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.