public static interface ListServiceProfilesRequest.Builder extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<ListServiceProfilesRequest.Builder,ListServiceProfilesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListServiceProfilesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in this operation.
|
ListServiceProfilesRequest.Builder |
nextToken(String nextToken)
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first set of results. |
ListServiceProfilesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListServiceProfilesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListServiceProfilesRequest.Builder nextToken(String nextToken)
To retrieve the next set of results, the nextToken value from a previous response; otherwise
null to receive the first set of results.
nextToken - To retrieve the next set of results, the nextToken value from a previous response;
otherwise null to receive the first set of results.ListServiceProfilesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in this operation.
maxResults - The maximum number of results to return in this operation.ListServiceProfilesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListServiceProfilesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.