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 |
kmsKeyId(String kmsKeyId)
A key identifier for an AWS
KMS customer managed key assigned to the Amazon Location resource
|
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 specified data provider for the geofence collection.
|
DescribeGeofenceCollectionResponse.Builder |
tags(Map<String,String> tags)
Displays the key, value pairs of tags associated with this resource.
|
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.
Format example: arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollection
collectionArn - The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a
resource across all AWS.
Format example:
arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollection
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 kmsKeyId(String kmsKeyId)
A key identifier for an AWS KMS customer managed key assigned to the Amazon Location resource
kmsKeyId - A key identifier for an AWS KMS customer managed
key assigned to the Amazon Location resourceDescribeGeofenceCollectionResponse.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 specified data provider for the geofence collection.
pricingPlanDataSource - The specified data provider for the geofence collection.DescribeGeofenceCollectionResponse.Builder tags(Map<String,String> tags)
Displays the key, value pairs of tags associated with this resource.
tags - Displays the key, value pairs of tags associated with this resource.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 © 2022. All rights reserved.