public static interface DescribeGeofenceCollectionResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<DescribeGeofenceCollectionResponse.Builder,DescribeGeofenceCollectionResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeGeofenceCollectionResponse.Builder |
collectionArn(String collectionArn)
The Amazon Resource Name (ARN) for the geofence collection resource.
|
DescribeGeofenceCollectionResponse.Builder |
collectionName(String collectionName)
The name of the geofence collection.
|
DescribeGeofenceCollectionResponse.Builder |
createTime(Instant createTime)
The timestamp for when the geofence resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
DescribeGeofenceCollectionResponse.Builder |
description(String description)
The optional description for the geofence collection.
|
DescribeGeofenceCollectionResponse.Builder |
pricingPlan(PricingPlan pricingPlan)
The pricing plan selected for the specified geofence collection.
|
DescribeGeofenceCollectionResponse.Builder |
pricingPlan(String pricingPlan)
The pricing plan selected for the specified geofence collection.
|
DescribeGeofenceCollectionResponse.Builder |
pricingPlanDataSource(String pricingPlanDataSource)
The data source selected for the geofence collection and associated pricing plan.
|
DescribeGeofenceCollectionResponse.Builder |
updateTime(Instant updateTime)
The timestamp for when the geofence collection was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeGeofenceCollectionResponse.Builder collectionArn(String collectionArn)
The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a resource across all AWS.
collectionArn - The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a
resource across all AWS.DescribeGeofenceCollectionResponse.Builder collectionName(String collectionName)
The name of the geofence collection.
collectionName - The name of the geofence collection.DescribeGeofenceCollectionResponse.Builder createTime(Instant createTime)
The timestamp for when the geofence resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
createTime - The timestamp for when the geofence resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZDescribeGeofenceCollectionResponse.Builder description(String description)
The optional description for the geofence collection.
description - The optional description for the geofence collection.DescribeGeofenceCollectionResponse.Builder pricingPlan(String pricingPlan)
The pricing plan selected for the specified geofence collection.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
pricingPlan - The pricing plan selected for the specified geofence collection.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
PricingPlan,
PricingPlanDescribeGeofenceCollectionResponse.Builder pricingPlan(PricingPlan pricingPlan)
The pricing plan selected for the specified geofence collection.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
pricingPlan - The pricing plan selected for the specified geofence collection.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
PricingPlan,
PricingPlanDescribeGeofenceCollectionResponse.Builder pricingPlanDataSource(String pricingPlanDataSource)
The data source selected for the geofence collection and associated pricing plan.
pricingPlanDataSource - The data source selected for the geofence collection and associated pricing plan.DescribeGeofenceCollectionResponse.Builder updateTime(Instant updateTime)
The timestamp for when the geofence collection was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
updateTime - The timestamp for when the geofence collection was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZCopyright © 2021. All rights reserved.