public static interface ListSyncResourcesRequest.Builder extends IoTTwinMakerRequest.Builder, SdkPojo, CopyableBuilder<ListSyncResourcesRequest.Builder,ListSyncResourcesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSyncResourcesRequest.Builder workspaceId(String workspaceId)
The ID of the workspace that contains the sync job.
workspaceId - The ID of the workspace that contains the sync job.ListSyncResourcesRequest.Builder syncSource(String syncSource)
The sync source.
Currently the only supported syncSource is SITEWISE .
syncSource - The sync source.
Currently the only supported syncSource is SITEWISE .
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
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
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
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
ListSyncResourcesRequest.Builder filters(Consumer<SyncResourceFilter.Builder>... 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
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.
filters - a consumer that will call methods on
SyncResourceFilter.Builder#filters(java.util.Collection) 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.
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.
ListSyncResourcesRequest.Builder nextToken(String nextToken)
The string that specifies the next page of results.
nextToken - The string that specifies the next page of results.ListSyncResourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSyncResourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.