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 soucre.
Currently the only supported syncSoucre is SITEWISE .
syncSource - The sync soucre.
Currently the only supported syncSoucre is SITEWISE .
ListSyncResourcesRequest.Builder filters(Collection<SyncResourceFilter> filters)
A list of objects that filter the request.
filters - A list of objects that filter the request.ListSyncResourcesRequest.Builder filters(SyncResourceFilter... filters)
A list of objects that filter the request.
filters - A list of objects that filter the request.ListSyncResourcesRequest.Builder filters(Consumer<SyncResourceFilter.Builder>... filters)
A list of objects that filter the request.
This is a convenience method that creates an instance of theSyncResourceFilter.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.