Interface ListRecordsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CognitoSyncRequest.Builder,CopyableBuilder<ListRecordsRequest.Builder,ListRecordsRequest>,SdkBuilder<ListRecordsRequest.Builder,ListRecordsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListRecordsRequest
public static interface ListRecordsRequest.Builder extends CognitoSyncRequest.Builder, SdkPojo, CopyableBuilder<ListRecordsRequest.Builder,ListRecordsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListRecordsRequest.BuilderdatasetName(String datasetName)A string of up to 128 characters.ListRecordsRequest.BuilderidentityId(String identityId)A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.ListRecordsRequest.BuilderidentityPoolId(String identityPoolId)A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.ListRecordsRequest.BuilderlastSyncCount(Long lastSyncCount)The last server sync count for this record.ListRecordsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to be returned.ListRecordsRequest.BuildernextToken(String nextToken)A pagination token for obtaining the next page of results.ListRecordsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListRecordsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListRecordsRequest.BuildersyncSessionToken(String syncSessionToken)A token containing a session ID, identity ID, and expiration.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cognitosync.model.CognitoSyncRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
identityPoolId
ListRecordsRequest.Builder identityPoolId(String identityPoolId)
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.- Parameters:
identityPoolId- A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identityId
ListRecordsRequest.Builder identityId(String identityId)
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.- Parameters:
identityId- A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datasetName
ListRecordsRequest.Builder datasetName(String datasetName)
A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).- Parameters:
datasetName- A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastSyncCount
ListRecordsRequest.Builder lastSyncCount(Long lastSyncCount)
The last server sync count for this record.- Parameters:
lastSyncCount- The last server sync count for this record.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListRecordsRequest.Builder nextToken(String nextToken)
A pagination token for obtaining the next page of results.- Parameters:
nextToken- A pagination token for obtaining the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListRecordsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned.- Parameters:
maxResults- The maximum number of results to be returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
syncSessionToken
ListRecordsRequest.Builder syncSessionToken(String syncSessionToken)
A token containing a session ID, identity ID, and expiration.- Parameters:
syncSessionToken- A token containing a session ID, identity ID, and expiration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListRecordsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListRecordsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-