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