@Stability(value=Stable)
public static interface CfnPartnerAccount.SidewalkUpdateAccountProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.iotwireless.*;
SidewalkUpdateAccountProperty sidewalkUpdateAccountProperty = SidewalkUpdateAccountProperty.builder()
.appServerPrivateKey("appServerPrivateKey")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPartnerAccount.SidewalkUpdateAccountProperty.Builder
A builder for
CfnPartnerAccount.SidewalkUpdateAccountProperty |
static class |
CfnPartnerAccount.SidewalkUpdateAccountProperty.Jsii$Proxy
An implementation for
CfnPartnerAccount.SidewalkUpdateAccountProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnPartnerAccount.SidewalkUpdateAccountProperty.Builder |
builder() |
default String |
getAppServerPrivateKey()
The new Sidewalk application server private key.
|
@Stability(value=Stable) @Nullable default String getAppServerPrivateKey()
@Stability(value=Stable) static CfnPartnerAccount.SidewalkUpdateAccountProperty.Builder builder()
Copyright © 2022. All rights reserved.