Interface ListSyncResourcesRequest.Builder

  • Method Details

    • 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

      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

      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

      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

      This is a convenience method that creates an instance of the SyncResourceFilter.Builder avoiding the need to create one manually via SyncResourceFilter.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to filters(List<SyncResourceFilter>).

      Parameters:
      filters - a consumer that will call methods on SyncResourceFilter.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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.
    • overrideConfiguration

      ListSyncResourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.