public static interface ListServiceProfilesResponse.Builder extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<ListServiceProfilesResponse.Builder,ListServiceProfilesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListServiceProfilesResponse.Builder |
nextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
|
ListServiceProfilesResponse.Builder |
serviceProfileList(Collection<ServiceProfile> serviceProfileList)
The list of service profiles.
|
ListServiceProfilesResponse.Builder |
serviceProfileList(Consumer<ServiceProfile.Builder>... serviceProfileList)
The list of service profiles.
|
ListServiceProfilesResponse.Builder |
serviceProfileList(ServiceProfile... serviceProfileList)
The list of service profiles.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListServiceProfilesResponse.Builder nextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
nextToken - The token to use to get the next set of results, or null if there are no additional results.ListServiceProfilesResponse.Builder serviceProfileList(Collection<ServiceProfile> serviceProfileList)
The list of service profiles.
serviceProfileList - The list of service profiles.ListServiceProfilesResponse.Builder serviceProfileList(ServiceProfile... serviceProfileList)
The list of service profiles.
serviceProfileList - The list of service profiles.ListServiceProfilesResponse.Builder serviceProfileList(Consumer<ServiceProfile.Builder>... serviceProfileList)
The list of service profiles.
This is a convenience method that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #serviceProfileList(List) .serviceProfileList - a consumer that will call methods on List.Builder #serviceProfileList(List) Copyright © 2022. All rights reserved.