Class CfnPartnerAccountPropsMixin.SidewalkAccountInfoWithFingerprintProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iotwireless.CfnPartnerAccountPropsMixin.SidewalkAccountInfoWithFingerprintProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPartnerAccountPropsMixin.SidewalkAccountInfoWithFingerprintProperty>
- Enclosing interface:
CfnPartnerAccountPropsMixin.SidewalkAccountInfoWithFingerprintProperty
@Stability(Stable)
public static final class CfnPartnerAccountPropsMixin.SidewalkAccountInfoWithFingerprintProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPartnerAccountPropsMixin.SidewalkAccountInfoWithFingerprintProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.fingerprint(String fingerprint)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
amazonId
@Stability(Stable) public CfnPartnerAccountPropsMixin.SidewalkAccountInfoWithFingerprintProperty.Builder amazonId(String amazonId) Sets the value ofCfnPartnerAccountPropsMixin.SidewalkAccountInfoWithFingerprintProperty.getAmazonId()- Parameters:
amazonId- The Sidewalk Amazon ID.- Returns:
this
-
arn
@Stability(Stable) public CfnPartnerAccountPropsMixin.SidewalkAccountInfoWithFingerprintProperty.Builder arn(String arn) - Parameters:
arn- The Amazon Resource Name (ARN) of the resource.- Returns:
this
-
fingerprint
@Stability(Stable) public CfnPartnerAccountPropsMixin.SidewalkAccountInfoWithFingerprintProperty.Builder fingerprint(String fingerprint) Sets the value ofCfnPartnerAccountPropsMixin.SidewalkAccountInfoWithFingerprintProperty.getFingerprint()- Parameters:
fingerprint- The fingerprint of the Sidewalk application server private key.- Returns:
this
-
build
@Stability(Stable) public CfnPartnerAccountPropsMixin.SidewalkAccountInfoWithFingerprintProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPartnerAccountPropsMixin.SidewalkAccountInfoWithFingerprintProperty>- Returns:
- a new instance of
CfnPartnerAccountPropsMixin.SidewalkAccountInfoWithFingerprintProperty - Throws:
NullPointerException- if any required attribute was not provided
-