public static interface ListSyncJobsRequest.Builder extends IoTTwinMakerRequest.Builder, SdkPojo, CopyableBuilder<ListSyncJobsRequest.Builder,ListSyncJobsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSyncJobsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListSyncJobsRequest.Builder |
nextToken(String nextToken)
The string that specifies the next page of results.
|
ListSyncJobsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSyncJobsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListSyncJobsRequest.Builder |
workspaceId(String workspaceId)
The ID of the workspace that contains the sync job.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSyncJobsRequest.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.ListSyncJobsRequest.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.
ListSyncJobsRequest.Builder nextToken(String nextToken)
The string that specifies the next page of results.
nextToken - The string that specifies the next page of results.ListSyncJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSyncJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.