public static interface UpdateGeofenceCollectionResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<UpdateGeofenceCollectionResponse.Builder,UpdateGeofenceCollectionResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateGeofenceCollectionResponse.Builder |
collectionArn(String collectionArn)
The Amazon Resource Name (ARN) of the updated geofence collection.
|
UpdateGeofenceCollectionResponse.Builder |
collectionName(String collectionName)
The name of the updated geofence collection.
|
UpdateGeofenceCollectionResponse.Builder |
updateTime(Instant updateTime)
The time when the geofence collection was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateGeofenceCollectionResponse.Builder collectionArn(String collectionArn)
The Amazon Resource Name (ARN) of the updated geofence collection. Used to specify a resource across AWS.
Format example: arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollection
collectionArn - The Amazon Resource Name (ARN) of the updated geofence collection. Used to specify a resource across
AWS.
Format example:
arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollection
UpdateGeofenceCollectionResponse.Builder collectionName(String collectionName)
The name of the updated geofence collection.
collectionName - The name of the updated geofence collection.UpdateGeofenceCollectionResponse.Builder updateTime(Instant updateTime)
The time when the geofence collection was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
updateTime - The time when the geofence collection was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZCopyright © 2023. All rights reserved.