Interface UpdateGeofenceCollectionResponse.Builder

    • Method Detail

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

        UpdateGeofenceCollectionResponse.Builder updateTime​(Instant 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.