public static interface AssociateAwsAccountWithPartnerAccountRequest.Builder extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<AssociateAwsAccountWithPartnerAccountRequest.Builder,AssociateAwsAccountWithPartnerAccountRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateAwsAccountWithPartnerAccountRequest.Builder sidewalk(SidewalkAccountInfo sidewalk)
The Sidewalk account credentials.
sidewalk - The Sidewalk account credentials.default AssociateAwsAccountWithPartnerAccountRequest.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)AssociateAwsAccountWithPartnerAccountRequest.Builder clientRequestToken(String clientRequestToken)
Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request.
clientRequestToken - Each resource must have a unique client request token. If you try to create a new resource with the
same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs
will automatically generate a unique client request.AssociateAwsAccountWithPartnerAccountRequest.Builder tags(Collection<Tag> tags)
The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.
tags - The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.AssociateAwsAccountWithPartnerAccountRequest.Builder tags(Tag... tags)
The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.
tags - The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.AssociateAwsAccountWithPartnerAccountRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) AssociateAwsAccountWithPartnerAccountRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssociateAwsAccountWithPartnerAccountRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.