public static interface CreateGeofenceCollectionRequest.Builder extends LocationRequest.Builder, SdkPojo, CopyableBuilder<CreateGeofenceCollectionRequest.Builder,CreateGeofenceCollectionRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateGeofenceCollectionRequest.Builder |
collectionName(String collectionName)
A custom name for the geofence collection.
|
CreateGeofenceCollectionRequest.Builder |
description(String description)
An optional description for the geofence collection.
|
CreateGeofenceCollectionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateGeofenceCollectionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateGeofenceCollectionRequest.Builder |
pricingPlan(PricingPlan pricingPlan)
Specifies the pricing plan for your geofence collection.
|
CreateGeofenceCollectionRequest.Builder |
pricingPlan(String pricingPlan)
Specifies the pricing plan for your geofence collection.
|
CreateGeofenceCollectionRequest.Builder |
pricingPlanDataSource(String pricingPlanDataSource)
Specifies the plan data source.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateGeofenceCollectionRequest.Builder collectionName(String collectionName)
A custom name for the geofence collection.
Requirements:
Contain only alphanumeric characters (A–Z, a–z, 0-9), hyphens (-), periods (.), and underscores (_).
Must be a unique geofence collection name.
No spaces allowed. For example, ExampleGeofenceCollection.
collectionName - A custom name for the geofence collection.
Requirements:
Contain only alphanumeric characters (A–Z, a–z, 0-9), hyphens (-), periods (.), and underscores (_).
Must be a unique geofence collection name.
No spaces allowed. For example, ExampleGeofenceCollection.
CreateGeofenceCollectionRequest.Builder description(String description)
An optional description for the geofence collection.
description - An optional description for the geofence collection.CreateGeofenceCollectionRequest.Builder pricingPlan(String pricingPlan)
Specifies the pricing plan for your geofence collection.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
pricingPlan - Specifies the pricing plan for your geofence collection.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
PricingPlan,
PricingPlanCreateGeofenceCollectionRequest.Builder pricingPlan(PricingPlan pricingPlan)
Specifies the pricing plan for your geofence collection.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
pricingPlan - Specifies the pricing plan for your geofence collection.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
PricingPlan,
PricingPlanCreateGeofenceCollectionRequest.Builder pricingPlanDataSource(String pricingPlanDataSource)
Specifies the plan data source. Required if the Mobile Asset Tracking (MAT) or the Mobile Asset Management (MAM) pricing plan is selected.
Billing is determined by the resource usage, the associated pricing plan, and the data source that was specified. For more information about each pricing plan option and restrictions, see the Amazon Location Service pricing page.
Valid Values: Esri | Here
pricingPlanDataSource - Specifies the plan data source. Required if the Mobile Asset Tracking (MAT) or the Mobile Asset
Management (MAM) pricing plan is selected.
Billing is determined by the resource usage, the associated pricing plan, and the data source that was specified. For more information about each pricing plan option and restrictions, see the Amazon Location Service pricing page.
Valid Values: Esri | Here
CreateGeofenceCollectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateGeofenceCollectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.