Interface ListAccountAssignmentsResponse.Builder

    • Method Detail

      • accountAssignments

        ListAccountAssignmentsResponse.Builder accountAssignments​(Collection<AccountAssignment> accountAssignments)

        The list of assignments that match the input Amazon Web Services account and permission set.

        Parameters:
        accountAssignments - The list of assignments that match the input Amazon Web Services account and permission set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountAssignments

        ListAccountAssignmentsResponse.Builder accountAssignments​(AccountAssignment... accountAssignments)

        The list of assignments that match the input Amazon Web Services account and permission set.

        Parameters:
        accountAssignments - The list of assignments that match the input Amazon Web Services account and permission set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAccountAssignmentsResponse.Builder nextToken​(String nextToken)

        The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.

        Parameters:
        nextToken - The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
        Returns:
        Returns a reference to this object so that method calls can be chained together.