@Stability(value=Stable) public static final class CfnGeofenceCollectionProps.Builder extends Object implements software.amazon.jsii.Builder<CfnGeofenceCollectionProps>
CfnGeofenceCollectionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnGeofenceCollectionProps |
build()
Builds the configured instance.
|
CfnGeofenceCollectionProps.Builder |
collectionName(String collectionName)
Sets the value of
CfnGeofenceCollectionProps.getCollectionName() |
CfnGeofenceCollectionProps.Builder |
description(String description)
Sets the value of
CfnGeofenceCollectionProps.getDescription() |
CfnGeofenceCollectionProps.Builder |
kmsKeyId(String kmsKeyId)
Sets the value of
CfnGeofenceCollectionProps.getKmsKeyId() |
CfnGeofenceCollectionProps.Builder |
pricingPlan(String pricingPlan)
Sets the value of
CfnGeofenceCollectionProps.getPricingPlan() |
CfnGeofenceCollectionProps.Builder |
pricingPlanDataSource(String pricingPlanDataSource)
Sets the value of
CfnGeofenceCollectionProps.getPricingPlanDataSource() |
@Stability(value=Stable) public CfnGeofenceCollectionProps.Builder collectionName(String collectionName)
CfnGeofenceCollectionProps.getCollectionName()collectionName - `AWS::Location::GeofenceCollection.CollectionName`. This parameter is required.this@Stability(value=Stable) public CfnGeofenceCollectionProps.Builder description(String description)
CfnGeofenceCollectionProps.getDescription()description - `AWS::Location::GeofenceCollection.Description`.this@Stability(value=Stable) public CfnGeofenceCollectionProps.Builder kmsKeyId(String kmsKeyId)
CfnGeofenceCollectionProps.getKmsKeyId()kmsKeyId - `AWS::Location::GeofenceCollection.KmsKeyId`.this@Stability(value=Stable) public CfnGeofenceCollectionProps.Builder pricingPlan(String pricingPlan)
CfnGeofenceCollectionProps.getPricingPlan()pricingPlan - `AWS::Location::GeofenceCollection.PricingPlan`. This parameter is required.this@Stability(value=Stable) public CfnGeofenceCollectionProps.Builder pricingPlanDataSource(String pricingPlanDataSource)
CfnGeofenceCollectionProps.getPricingPlanDataSource()pricingPlanDataSource - `AWS::Location::GeofenceCollection.PricingPlanDataSource`.this@Stability(value=Stable) public CfnGeofenceCollectionProps build()
build in interface software.amazon.jsii.Builder<CfnGeofenceCollectionProps>CfnGeofenceCollectionPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.