Interface UpdateGeofenceCollectionResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<UpdateGeofenceCollectionResponse.Builder,UpdateGeofenceCollectionResponse>, LocationResponse.Builder, SdkBuilder<UpdateGeofenceCollectionResponse.Builder,UpdateGeofenceCollectionResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
UpdateGeofenceCollectionResponse

public static interface UpdateGeofenceCollectionResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<UpdateGeofenceCollectionResponse.Builder,UpdateGeofenceCollectionResponse>
  • Method Details

    • collectionArn

      UpdateGeofenceCollectionResponse.Builder collectionArn(String collectionArn)

      The Amazon Resource Name (ARN) of the updated geofence collection. Used to specify a resource across Amazon Web Services.

      • Format example: arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollection

      Parameters:
      collectionArn - The Amazon Resource Name (ARN) of the updated geofence collection. Used to specify a resource across Amazon Web Services.

      • Format example: arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollection

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • collectionName

      UpdateGeofenceCollectionResponse.Builder collectionName(String collectionName)

      The name of the updated geofence collection.

      Parameters:
      collectionName - The name of the updated geofence collection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updateTime

      The time when the geofence collection was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ

      Parameters:
      updateTime - The time when the geofence collection was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ
      Returns:
      Returns a reference to this object so that method calls can be chained together.