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.geofenceCount(Integer geofenceCount) |
The number of geofences in the geofence collection.
|
DescribeGeofenceCollectionResponse.Builder |
DescribeGeofenceCollectionResponse.Builder.kmsKeyId(String kmsKeyId) |
|
DescribeGeofenceCollectionResponse.Builder |
DescribeGeofenceCollectionResponse.Builder.pricingPlan(String pricingPlan) |
Deprecated.
|
DescribeGeofenceCollectionResponse.Builder |
DescribeGeofenceCollectionResponse.Builder.pricingPlan(PricingPlan pricingPlan) |
Deprecated.
|
DescribeGeofenceCollectionResponse.Builder |
DescribeGeofenceCollectionResponse.Builder.pricingPlanDataSource(String pricingPlanDataSource) |
Deprecated.
|
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
|