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