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 theServiceProfile.Builder avoiding the need to create
one manually via ServiceProfile.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #serviceProfileList(List.
serviceProfileList - a consumer that will call methods on
ServiceProfile.Builder#serviceProfileList(java.util.Collection) Copyright © 2023. All rights reserved.