public static interface AssociateAwsAccountWithPartnerAccountResponse.Builder extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<AssociateAwsAccountWithPartnerAccountResponse.Builder,AssociateAwsAccountWithPartnerAccountResponse>
| Modifier and Type | Method and Description |
|---|---|
default AssociateAwsAccountWithPartnerAccountResponse.Builder |
sidewalk(Consumer<SidewalkAccountInfo.Builder> sidewalk)
The Sidewalk account credentials.
|
AssociateAwsAccountWithPartnerAccountResponse.Builder |
sidewalk(SidewalkAccountInfo sidewalk)
The Sidewalk account credentials.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateAwsAccountWithPartnerAccountResponse.Builder sidewalk(SidewalkAccountInfo sidewalk)
The Sidewalk account credentials.
sidewalk - The Sidewalk account credentials.default AssociateAwsAccountWithPartnerAccountResponse.Builder sidewalk(Consumer<SidewalkAccountInfo.Builder> sidewalk)
The Sidewalk account credentials.
This is a convenience that creates an instance of theSidewalkAccountInfo.Builder avoiding the need
to create one manually via SidewalkAccountInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to sidewalk(SidewalkAccountInfo).sidewalk - a consumer that will call methods on SidewalkAccountInfo.Buildersidewalk(SidewalkAccountInfo)Copyright © 2021. All rights reserved.