Interface ListProjectPoliciesResponse.Builder

    • Method Detail

      • projectPolicies

        ListProjectPoliciesResponse.Builder projectPolicies​(Collection<ProjectPolicy> projectPolicies)

        A list of project policies attached to the project.

        Parameters:
        projectPolicies - A list of project policies attached to the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • projectPolicies

        ListProjectPoliciesResponse.Builder projectPolicies​(ProjectPolicy... projectPolicies)

        A list of project policies attached to the project.

        Parameters:
        projectPolicies - A list of project policies attached to the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListProjectPoliciesResponse.Builder nextToken​(String nextToken)

        If the response is truncated, Amazon Rekognition returns this token that you can use in the subsequent request to retrieve the next set of project policies.

        Parameters:
        nextToken - If the response is truncated, Amazon Rekognition returns this token that you can use in the subsequent request to retrieve the next set of project policies.
        Returns:
        Returns a reference to this object so that method calls can be chained together.