Interface ListPermissionsRequest.Builder

    • Method Detail

      • groupId

        ListPermissionsRequest.Builder groupId​(String groupId)

        (Optional) Limits the results to only the group that matches this ID.

        Parameters:
        groupId - (Optional) Limits the results to only the group that matches this ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListPermissionsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to include in the response.

        Parameters:
        maxResults - The maximum number of results to include in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListPermissionsRequest.Builder nextToken​(String nextToken)

        The token to use when requesting the next set of results. You received this token from a previous ListPermissions operation.

        Parameters:
        nextToken - The token to use when requesting the next set of results. You received this token from a previous ListPermissions operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userId

        ListPermissionsRequest.Builder userId​(String userId)

        (Optional) Limits the results to only the user that matches this ID.

        Parameters:
        userId - (Optional) Limits the results to only the user that matches this ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userType

        ListPermissionsRequest.Builder userType​(String userType)

        (Optional) If you specify SSO_USER, then only the permissions of IAM Identity Center users are returned. If you specify SSO_GROUP, only the permissions of IAM Identity Center groups are returned.

        Parameters:
        userType - (Optional) If you specify SSO_USER, then only the permissions of IAM Identity Center users are returned. If you specify SSO_GROUP, only the permissions of IAM Identity Center groups are returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        UserType, UserType
      • userType

        ListPermissionsRequest.Builder userType​(UserType userType)

        (Optional) If you specify SSO_USER, then only the permissions of IAM Identity Center users are returned. If you specify SSO_GROUP, only the permissions of IAM Identity Center groups are returned.

        Parameters:
        userType - (Optional) If you specify SSO_USER, then only the permissions of IAM Identity Center users are returned. If you specify SSO_GROUP, only the permissions of IAM Identity Center groups are returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        UserType, UserType
      • workspaceId

        ListPermissionsRequest.Builder workspaceId​(String workspaceId)

        The ID of the workspace to list permissions for. This parameter is required.

        Parameters:
        workspaceId - The ID of the workspace to list permissions for. This parameter is required.
        Returns:
        Returns a reference to this object so that method calls can be chained together.