Class CfnAPIKeyPropsMixin.AndroidAppProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.location.CfnAPIKeyPropsMixin.AndroidAppProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAPIKeyPropsMixin.AndroidAppProperty>
- Enclosing interface:
CfnAPIKeyPropsMixin.AndroidAppProperty
@Stability(Stable)
public static final class CfnAPIKeyPropsMixin.AndroidAppProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAPIKeyPropsMixin.AndroidAppProperty>
A builder for
CfnAPIKeyPropsMixin.AndroidAppProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.certificateFingerprint(String certificateFingerprint) Sets the value ofCfnAPIKeyPropsMixin.AndroidAppProperty.getCertificateFingerprint()packageValue(String packageValue) Sets the value ofCfnAPIKeyPropsMixin.AndroidAppProperty.getPackageValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
certificateFingerprint
@Stability(Stable) public CfnAPIKeyPropsMixin.AndroidAppProperty.Builder certificateFingerprint(String certificateFingerprint) Sets the value ofCfnAPIKeyPropsMixin.AndroidAppProperty.getCertificateFingerprint()- Parameters:
certificateFingerprint- the value to be set.- Returns:
this
-
packageValue
@Stability(Stable) public CfnAPIKeyPropsMixin.AndroidAppProperty.Builder packageValue(String packageValue) Sets the value ofCfnAPIKeyPropsMixin.AndroidAppProperty.getPackageValue()- Parameters:
packageValue- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAPIKeyPropsMixin.AndroidAppProperty>- Returns:
- a new instance of
CfnAPIKeyPropsMixin.AndroidAppProperty - Throws:
NullPointerException- if any required attribute was not provided
-