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