Interface CreateGeofenceCollectionResponse.Builder

    • Method Detail

      • collectionArn

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

        Parameters:
        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

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

        CreateGeofenceCollectionResponse.Builder collectionName​(String collectionName)

        The name for the geofence collection.

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

        CreateGeofenceCollectionResponse.Builder createTime​(Instant createTime)

        The timestamp for when the geofence collection was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ

        Parameters:
        createTime - The timestamp for when the geofence collection was created 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.