Interface ListSyncJobsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListSyncJobsRequest.Builder,ListSyncJobsRequest>,IoTTwinMakerRequest.Builder,SdkBuilder<ListSyncJobsRequest.Builder,ListSyncJobsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListSyncJobsRequest
public static interface ListSyncJobsRequest.Builder extends IoTTwinMakerRequest.Builder, SdkPojo, CopyableBuilder<ListSyncJobsRequest.Builder,ListSyncJobsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSyncJobsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return at one time.ListSyncJobsRequest.BuildernextToken(String nextToken)The string that specifies the next page of results.ListSyncJobsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSyncJobsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListSyncJobsRequest.BuilderworkspaceId(String workspaceId)The ID of the workspace that contains the sync job.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iottwinmaker.model.IoTTwinMakerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
workspaceId
ListSyncJobsRequest.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.
-
maxResults
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.
- 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
ListSyncJobsRequest.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.
-
overrideConfiguration
ListSyncJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListSyncJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-