public static interface ListPartnerAccountsResponse.Builder extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<ListPartnerAccountsResponse.Builder,ListPartnerAccountsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListPartnerAccountsResponse.Builder |
nextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
|
ListPartnerAccountsResponse.Builder |
sidewalk(Collection<SidewalkAccountInfoWithFingerprint> sidewalk)
The Sidewalk account credentials.
|
ListPartnerAccountsResponse.Builder |
sidewalk(Consumer<SidewalkAccountInfoWithFingerprint.Builder>... sidewalk)
The Sidewalk account credentials.
|
ListPartnerAccountsResponse.Builder |
sidewalk(SidewalkAccountInfoWithFingerprint... sidewalk)
The Sidewalk account credentials.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPartnerAccountsResponse.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.ListPartnerAccountsResponse.Builder sidewalk(Collection<SidewalkAccountInfoWithFingerprint> sidewalk)
The Sidewalk account credentials.
sidewalk - The Sidewalk account credentials.ListPartnerAccountsResponse.Builder sidewalk(SidewalkAccountInfoWithFingerprint... sidewalk)
The Sidewalk account credentials.
sidewalk - The Sidewalk account credentials.ListPartnerAccountsResponse.Builder sidewalk(Consumer<SidewalkAccountInfoWithFingerprint.Builder>... sidewalk)
The Sidewalk account credentials.
This is a convenience that creates an instance of the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is
called immediately and its result is passed to #sidewalk(List) .sidewalk - a consumer that will call methods on List.Builder #sidewalk(List) Copyright © 2021. All rights reserved.