| Package | Description |
|---|---|
| software.amazon.awssdk.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeGeofenceCollectionResponse.Builder |
DescribeGeofenceCollectionResponse.builder() |
DescribeGeofenceCollectionResponse.Builder |
DescribeGeofenceCollectionResponse.Builder.collectionArn(String collectionArn)
The Amazon Resource Name (ARN) for the geofence collection resource.
|
DescribeGeofenceCollectionResponse.Builder |
DescribeGeofenceCollectionResponse.Builder.collectionName(String collectionName)
The name of the geofence collection.
|
DescribeGeofenceCollectionResponse.Builder |
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 |
DescribeGeofenceCollectionResponse.Builder.description(String description)
The optional description for the geofence collection.
|
DescribeGeofenceCollectionResponse.Builder |
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 |
DescribeGeofenceCollectionResponse.Builder.pricingPlan(PricingPlan pricingPlan)
Deprecated.
Deprecated. Always returns RequestBasedUsage.
|
DescribeGeofenceCollectionResponse.Builder |
DescribeGeofenceCollectionResponse.Builder.pricingPlan(String pricingPlan)
Deprecated.
Deprecated. Always returns RequestBasedUsage.
|
DescribeGeofenceCollectionResponse.Builder |
DescribeGeofenceCollectionResponse.Builder.pricingPlanDataSource(String pricingPlanDataSource)
Deprecated.
Deprecated. Unused.
|
DescribeGeofenceCollectionResponse.Builder |
DescribeGeofenceCollectionResponse.Builder.tags(Map<String,String> tags)
Displays the key, value pairs of tags associated with this resource.
|
DescribeGeofenceCollectionResponse.Builder |
DescribeGeofenceCollectionResponse.toBuilder() |
DescribeGeofenceCollectionResponse.Builder |
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 |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeGeofenceCollectionResponse.Builder> |
DescribeGeofenceCollectionResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.