public static interface GetPartnerAccountResponse.Builder extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<GetPartnerAccountResponse.Builder,GetPartnerAccountResponse>
| Modifier and Type | Method and Description |
|---|---|
GetPartnerAccountResponse.Builder |
accountLinked(Boolean accountLinked)
Whether the partner account is linked to the AWS account.
|
default GetPartnerAccountResponse.Builder |
sidewalk(Consumer<SidewalkAccountInfoWithFingerprint.Builder> sidewalk)
The Sidewalk account credentials.
|
GetPartnerAccountResponse.Builder |
sidewalk(SidewalkAccountInfoWithFingerprint sidewalk)
The Sidewalk account credentials.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPartnerAccountResponse.Builder sidewalk(SidewalkAccountInfoWithFingerprint sidewalk)
The Sidewalk account credentials.
sidewalk - The Sidewalk account credentials.default GetPartnerAccountResponse.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(SidewalkAccountInfoWithFingerprint).sidewalk - a consumer that will call methods on SidewalkAccountInfoWithFingerprint.Buildersidewalk(SidewalkAccountInfoWithFingerprint)GetPartnerAccountResponse.Builder accountLinked(Boolean accountLinked)
Whether the partner account is linked to the AWS account.
accountLinked - Whether the partner account is linked to the AWS account.Copyright © 2022. All rights reserved.