@Stability(value=Stable) public static final class CfnGeofenceCollection.Builder extends Object implements software.amazon.jsii.Builder<CfnGeofenceCollection>
CfnGeofenceCollection.| Modifier and Type | Method and Description |
|---|---|
CfnGeofenceCollection |
build() |
CfnGeofenceCollection.Builder |
collectionName(String collectionName)
`AWS::Location::GeofenceCollection.CollectionName`.
|
static CfnGeofenceCollection.Builder |
create(software.constructs.Construct scope,
String id) |
CfnGeofenceCollection.Builder |
description(String description)
`AWS::Location::GeofenceCollection.Description`.
|
CfnGeofenceCollection.Builder |
kmsKeyId(String kmsKeyId)
`AWS::Location::GeofenceCollection.KmsKeyId`.
|
CfnGeofenceCollection.Builder |
pricingPlan(String pricingPlan)
`AWS::Location::GeofenceCollection.PricingPlan`.
|
CfnGeofenceCollection.Builder |
pricingPlanDataSource(String pricingPlanDataSource)
`AWS::Location::GeofenceCollection.PricingPlanDataSource`.
|
@Stability(value=Stable) public static CfnGeofenceCollection.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnGeofenceCollection.Builder.@Stability(value=Stable) public CfnGeofenceCollection.Builder collectionName(String collectionName)
collectionName - `AWS::Location::GeofenceCollection.CollectionName`. This parameter is required.this@Stability(value=Stable) public CfnGeofenceCollection.Builder pricingPlan(String pricingPlan)
pricingPlan - `AWS::Location::GeofenceCollection.PricingPlan`. This parameter is required.this@Stability(value=Stable) public CfnGeofenceCollection.Builder description(String description)
description - `AWS::Location::GeofenceCollection.Description`. This parameter is required.this@Stability(value=Stable) public CfnGeofenceCollection.Builder kmsKeyId(String kmsKeyId)
kmsKeyId - `AWS::Location::GeofenceCollection.KmsKeyId`. This parameter is required.this@Stability(value=Stable) public CfnGeofenceCollection.Builder pricingPlanDataSource(String pricingPlanDataSource)
pricingPlanDataSource - `AWS::Location::GeofenceCollection.PricingPlanDataSource`. This parameter is required.this@Stability(value=Stable) public CfnGeofenceCollection build()
build in interface software.amazon.jsii.Builder<CfnGeofenceCollection>Copyright © 2021. All rights reserved.