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 |
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 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.