Interface ListSyncResourcesRequest.Builder

    • Method Detail

      • workspaceId

        ListSyncResourcesRequest.Builder workspaceId​(String workspaceId)

        The ID of the workspace that contains the sync job.

        Parameters:
        workspaceId - The ID of the workspace that contains the sync job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • syncSource

        ListSyncResourcesRequest.Builder syncSource​(String syncSource)

        The sync source.

        Currently the only supported syncSource is SITEWISE .

        Parameters:
        syncSource - The sync source.

        Currently the only supported syncSource is SITEWISE .

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

        ListSyncResourcesRequest.Builder filters​(Collection<SyncResourceFilter> filters)

        A list of objects that filter the request.

        The following filter combinations are supported:

        • Filter with state

        • Filter with ResourceType and ResourceId

        • Filter with ResourceType and ExternalId

        Parameters:
        filters - A list of objects that filter the request.

        The following filter combinations are supported:

        • Filter with state

        • Filter with ResourceType and ResourceId

        • Filter with ResourceType and ExternalId

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

        ListSyncResourcesRequest.Builder filters​(SyncResourceFilter... filters)

        A list of objects that filter the request.

        The following filter combinations are supported:

        • Filter with state

        • Filter with ResourceType and ResourceId

        • Filter with ResourceType and ExternalId

        Parameters:
        filters - A list of objects that filter the request.

        The following filter combinations are supported:

        • Filter with state

        • Filter with ResourceType and ResourceId

        • Filter with ResourceType and ExternalId

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

        ListSyncResourcesRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to return at one time. The default is 50.

        Valid Range: Minimum value of 0. Maximum value of 200.

        Parameters:
        maxResults - The maximum number of results to return at one time. The default is 50.

        Valid Range: Minimum value of 0. Maximum value of 200.

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

        ListSyncResourcesRequest.Builder nextToken​(String nextToken)

        The string that specifies the next page of results.

        Parameters:
        nextToken - The string that specifies the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.