Interface CreateGeofenceCollectionResponse.Builder

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

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

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