@Stability(value=Stable) public static final class CfnPartnerAccount.SidewalkAccountInfoProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnPartnerAccount.SidewalkAccountInfoProperty>
CfnPartnerAccount.SidewalkAccountInfoProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnPartnerAccount.SidewalkAccountInfoProperty.Builder |
appServerPrivateKey(String appServerPrivateKey)
Sets the value of
CfnPartnerAccount.SidewalkAccountInfoProperty.getAppServerPrivateKey() |
CfnPartnerAccount.SidewalkAccountInfoProperty |
build()
Builds the configured instance.
|
@Stability(value=Stable) public CfnPartnerAccount.SidewalkAccountInfoProperty.Builder appServerPrivateKey(String appServerPrivateKey)
CfnPartnerAccount.SidewalkAccountInfoProperty.getAppServerPrivateKey()appServerPrivateKey - The Sidewalk application server private key. This parameter is required.
The application server private key is a secret key, which you should handle in a similar way as you would an application password. You can protect the application server private key by storing the value in the AWS Secrets Manager and use the secretsmanager to reference this value.this@Stability(value=Stable) public CfnPartnerAccount.SidewalkAccountInfoProperty build()
build in interface software.amazon.jsii.Builder<CfnPartnerAccount.SidewalkAccountInfoProperty>CfnPartnerAccount.SidewalkAccountInfoPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.