Class GetGeofenceCollectionArgs.Builder

  • Enclosing class:
    GetGeofenceCollectionArgs

    public static final class GetGeofenceCollectionArgs.Builder
    extends java.lang.Object
    • Method Detail

      • collectionName

        public GetGeofenceCollectionArgs.Builder collectionName​(com.pulumi.core.Output<java.lang.String> collectionName)
        Parameters:
        collectionName - Name of the geofence collection.
        Returns:
        builder
      • collectionName

        public GetGeofenceCollectionArgs.Builder collectionName​(java.lang.String collectionName)
        Parameters:
        collectionName - Name of the geofence collection.
        Returns:
        builder
      • kmsKeyId

        public GetGeofenceCollectionArgs.Builder kmsKeyId​(@Nullable
                                                          com.pulumi.core.Output<java.lang.String> kmsKeyId)
        Parameters:
        kmsKeyId - Key identifier for an AWS KMS customer managed key assigned to the Amazon Location resource.
        Returns:
        builder
      • kmsKeyId

        public GetGeofenceCollectionArgs.Builder kmsKeyId​(java.lang.String kmsKeyId)
        Parameters:
        kmsKeyId - Key identifier for an AWS KMS customer managed key assigned to the Amazon Location resource.
        Returns:
        builder
      • tags

        public GetGeofenceCollectionArgs.Builder tags​(@Nullable
                                                      com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tags)
        Parameters:
        tags - Key-value map of resource tags for the geofence collection.
        Returns:
        builder
      • tags

        public GetGeofenceCollectionArgs.Builder tags​(java.util.Map<java.lang.String,​java.lang.String> tags)
        Parameters:
        tags - Key-value map of resource tags for the geofence collection.
        Returns:
        builder