Class CfnPartnerAccountPropsMixin.SidewalkAccountInfoProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iotwireless.CfnPartnerAccountPropsMixin.SidewalkAccountInfoProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPartnerAccountPropsMixin.SidewalkAccountInfoProperty>
- Enclosing interface:
CfnPartnerAccountPropsMixin.SidewalkAccountInfoProperty
@Stability(Stable)
public static final class CfnPartnerAccountPropsMixin.SidewalkAccountInfoProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPartnerAccountPropsMixin.SidewalkAccountInfoProperty>
A builder for
CfnPartnerAccountPropsMixin.SidewalkAccountInfoProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappServerPrivateKey(String appServerPrivateKey) build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
appServerPrivateKey
@Stability(Stable) public CfnPartnerAccountPropsMixin.SidewalkAccountInfoProperty.Builder appServerPrivateKey(String appServerPrivateKey) - Parameters:
appServerPrivateKey- The Sidewalk application server private key. 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.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPartnerAccountPropsMixin.SidewalkAccountInfoProperty>- Returns:
- a new instance of
CfnPartnerAccountPropsMixin.SidewalkAccountInfoProperty - Throws:
NullPointerException- if any required attribute was not provided
-