public static interface CfnPartnerAccount.SidewalkUpdateAccountProperty
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 java.lang.String |
getAppServerPrivateKey()
The new Sidewalk application server private key.
|
default java.lang.String getAppServerPrivateKey()
static CfnPartnerAccount.SidewalkUpdateAccountProperty.Builder builder()