public static interface CreateGeofenceCollectionResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<CreateGeofenceCollectionResponse.Builder,CreateGeofenceCollectionResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateGeofenceCollectionResponse.Builder |
collectionArn(String collectionArn)
The Amazon Resource Name (ARN) for the geofence collection resource.
|
CreateGeofenceCollectionResponse.Builder |
collectionName(String collectionName)
The name for the geofence collection.
|
CreateGeofenceCollectionResponse.Builder |
createTime(Instant createTime)
The timestamp for when the geofence collection was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateGeofenceCollectionResponse.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
CreateGeofenceCollectionResponse.Builder collectionName(String collectionName)
The name for the geofence collection.
collectionName - The name for the geofence collection.CreateGeofenceCollectionResponse.Builder createTime(Instant createTime)
The timestamp for when the geofence collection was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
createTime - The timestamp for when the geofence collection was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZCopyright © 2023. All rights reserved.