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