public static interface ListFraudsterRegistrationJobsRequest.Builder extends VoiceIdRequest.Builder, SdkPojo, CopyableBuilder<ListFraudsterRegistrationJobsRequest.Builder,ListFraudsterRegistrationJobsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFraudsterRegistrationJobsRequest.Builder domainId(String domainId)
The identifier of the domain containing the fraudster registration Jobs.
domainId - The identifier of the domain containing the fraudster registration Jobs.ListFraudsterRegistrationJobsRequest.Builder jobStatus(String jobStatus)
Provides the status of your fraudster registration job.
jobStatus - Provides the status of your fraudster registration job.FraudsterRegistrationJobStatus,
FraudsterRegistrationJobStatusListFraudsterRegistrationJobsRequest.Builder jobStatus(FraudsterRegistrationJobStatus jobStatus)
Provides the status of your fraudster registration job.
jobStatus - Provides the status of your fraudster registration job.FraudsterRegistrationJobStatus,
FraudsterRegistrationJobStatusListFraudsterRegistrationJobsRequest.Builder maxResults(Integer maxResults)
The maximum number of results that are returned per call. You can use NextToken to obtain
further pages of results. The default is 100; the maximum allowed page size is also 100.
maxResults - The maximum number of results that are returned per call. You can use NextToken to obtain
further pages of results. The default is 100; the maximum allowed page size is also 100.ListFraudsterRegistrationJobsRequest.Builder nextToken(String nextToken)
If NextToken is returned, there are more results available. The value of NextToken
is a unique pagination token for each page. Make the call again using the returned token to retrieve the next
page. Keep all other arguments unchanged. Each pagination token expires after 24 hours.
nextToken - If NextToken is returned, there are more results available. The value of
NextToken is a unique pagination token for each page. Make the call again using the
returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token
expires after 24 hours.ListFraudsterRegistrationJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListFraudsterRegistrationJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.