public static interface ListProviderServicesRequest.Builder extends EntityResolutionRequest.Builder, SdkPojo, CopyableBuilder<ListProviderServicesRequest.Builder,ListProviderServicesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListProviderServicesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of objects returned per page.
|
ListProviderServicesRequest.Builder |
nextToken(String nextToken)
The pagination token from the previous API call.
|
ListProviderServicesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListProviderServicesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListProviderServicesRequest.Builder |
providerName(String providerName)
The name of the provider.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListProviderServicesRequest.Builder maxResults(Integer maxResults)
The maximum number of objects returned per page.
maxResults - The maximum number of objects returned per page.ListProviderServicesRequest.Builder nextToken(String nextToken)
The pagination token from the previous API call.
nextToken - The pagination token from the previous API call.ListProviderServicesRequest.Builder providerName(String providerName)
The name of the provider. This name is typically the company name.
providerName - The name of the provider. This name is typically the company name.ListProviderServicesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListProviderServicesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.