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 Amazon Web Services KMS
customer managed key assigned to the Amazon Location resource
|
DescribeGeofenceCollectionResponse.Builder |
pricingPlan(PricingPlan pricingPlan)
Deprecated.
Deprecated. Always returns RequestBasedUsage.
|
DescribeGeofenceCollectionResponse.Builder |
pricingPlan(String pricingPlan)
Deprecated.
Deprecated. Always returns RequestBasedUsage.
|
DescribeGeofenceCollectionResponse.Builder |
pricingPlanDataSource(String pricingPlanDataSource)
Deprecated.
Deprecated. Unused.
|
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 Amazon Web Services.
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 Amazon Web Services.
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 Amazon Web Services KMS customer managed key assigned to the Amazon Location resource
kmsKeyId - A key identifier for an Amazon Web Services KMS
customer managed key assigned to the Amazon Location resource@Deprecated DescribeGeofenceCollectionResponse.Builder pricingPlan(String pricingPlan)
No longer used. Always returns RequestBasedUsage.
pricingPlan - No longer used. Always returns RequestBasedUsage.PricingPlan,
PricingPlan@Deprecated DescribeGeofenceCollectionResponse.Builder pricingPlan(PricingPlan pricingPlan)
No longer used. Always returns RequestBasedUsage.
pricingPlan - No longer used. Always returns RequestBasedUsage.PricingPlan,
PricingPlan@Deprecated DescribeGeofenceCollectionResponse.Builder pricingPlanDataSource(String pricingPlanDataSource)
No longer used. Always returns an empty string.
pricingPlanDataSource - No longer used. Always returns an empty string.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 © 2023. All rights reserved.